Hi to all,
I hope you can help me to find a solution to my problem.
I have a Chronoform form, with Firefox and Chrome I have no problem and validation runs, but in IE9 (I tried also with compatibility mode) it doesn't work: it prints the data array...
The form is here: http://bit.ly/V1jCS3 (click ok "Paga e Iscriviti!" to try).
Thank you very much for your attention!
Aki76
I hope you can help me to find a solution to my problem.
I have a Chronoform form, with Firefox and Chrome I have no problem and validation runs, but in IE9 (I tried also with compatibility mode) it doesn't work: it prints the data array...
The form is here: http://bit.ly/V1jCS3 (click ok "Paga e Iscriviti!" to try).
Thank you very much for your attention!
Aki76
Hi Aki76,
You have <p></p> tags around your form code. This is illegal HTML and IE doesn't like it. Please replace them with <div></div> tags.
Bob
You have <p></p> tags around your form code. This is illegal HTML and IE doesn't like it. Please replace them with <div></div> tags.
Bob
This topic is locked and no more replies can be posted.