Problem validation of the fields ie

riga75 19 Apr, 2013
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:
<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
GreyHead 19 Apr, 2013
Hi Stefano,

I'd expect that to work OK. Please post a link to the form so I can take a quick look.

Bob
riga75 19 Apr, 2013
the site is a test site:
test . enthous . it

thanks lot

stefano
GreyHead 19 Apr, 2013
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.
<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
riga75 19 Apr, 2013
sorry bob but I did not understand the problem of validating the fields of ie what should I do?
GreyHead 19 Apr, 2013
Hi riga75,

Please remove the <p> tags from around the form.

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