Forums

empty emails

pelucre 17 Oct, 2011
Hello,

In my form, the fields "Name", "name", "telephone number", "cell phone", "email" are required.

After submitting, I get an email with these fields. But I do not know why, in some e-mails, these fields are empty.

How a user can send a request without these fields are empty?

For information, you can find my form : http://www.bbcconcept.net (click on "Devis en ligne") I'm using Chronoform V4

Thanks in advance for your help
GreyHead 17 Oct, 2011
Hi pelucre ,

It looks to me as though the validation isn't working in IE9 (or IE8). It could be because MooTools is loading twice?

Bob
pelucre 18 Oct, 2011
Thanks for your answer,
can you tell me how can i see if mootools is loading twice ?
pelucre 18 Oct, 2011
I find the solution : in my article I replaced :

<p>{chronoforms}devis{/chronoforms}</p>


by

<div>{chronoforms}devis{/chronoforms}</div>


And the control is OK.
GreyHead 18 Oct, 2011
Hi pelucre ,

Well found - that does seem to cause a problem with IE :-(

Bob
pelucre 18 Oct, 2011
Yes IE doesn't like <p></p> :?
GreyHead 18 Oct, 2011
Hi pelucre,

I believe that IE is correct according to the HTML specification <form> tags are not allowed to be embedded in <p> tags - but every other browser just ignores the problem and handles the page.

Bob
This topic is locked and no more replies can be posted.