I have a problem with the validation of some fields of internet explorer (on firefox it works perfectly).
I caodice in the form use this code:
just does not work that does not come out the allert which is a mandatory field, where am I wrong?
thanks a lot
stefano
I caodice in the form use this code:
<input type="text" title="Insert a valid address Email" class="validate['required','email']" name="email" id="email" />
just does not work that does not come out the allert which is a mandatory field, where am I wrong?
thanks a lot
stefano
Hi Stefano,
I'd expect that to work OK. Please post a link to the form so I can take a quick look.
Bob
I'd expect that to work OK. Please post a link to the form so I can take a quick look.
Bob
Hi riga75,
There are a couple of problems I can see:
a) the form is inside <p> tags which gives problems to some versions of IE (and is not allowed in HTML).
b) your title input is outside the form tags so won't be included in the form.
Bob
There are a couple of problems I can see:
a) the form is inside <p> tags which gives problems to some versions of IE (and is not allowed in HTML).
b) your title input is outside the form tags so won't be included in the form.
<p> </p>
<p><input type='hidden' name='page_title' id='page_title' value='Psicologo e Psicoterapeuta a Milano' /><form action="http://test.xxx.it/?chronoform=FormServizi&event=submit" name="FormServizi" id="chronoform_FormServizi" method="post" class="Chronoform"><p align="center"><strong>Lo Studio Kaleidos è a Milano, in Via Stradella 9 (zona Lima). CHIAMA ORA allo 02-29526852 o al 347-8003203, oppure scrivici a
Bob
sorry bob but I did not understand the problem of validating the fields of ie what should I do?
This topic is locked and no more replies can be posted.