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
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
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
It looks to me as though the validation isn't working in IE9 (or IE8). It could be because MooTools is loading twice?
Bob
Thanks for your answer,
can you tell me how can i see if mootools is loading twice ?
can you tell me how can i see if mootools is loading twice ?
I find the solution : in my article I replaced :
by
And the control is OK.
<p>{chronoforms}devis{/chronoforms}</p>
by
<div>{chronoforms}devis{/chronoforms}</div>
And the control is OK.
This topic is locked and no more replies can be posted.