Hi,
I'm having problems debugging a form on our website which does not submit in IE7 but fine in Firefox and Chrome. When using IE 7, when I click / submit the form the page reloads redisplaying the said form without the contents that was entered, compared to the successful thank you page message in Firefox. The submission log also confirms no submission was made. I've clone the original form and tried to pin point the problem by systematically checking each configuration and I have started a new form from scratch also without success.
Any ideas why it would work in Firefox and not it IE 7? The form has 3 text fields only. Also, there is another form on the site which does work in IE7.
Momo
Is the page public? Can you post the URL?
Is the Form nested into anything?
Do you have the %form_errors% keyword in the form contents somewhere?
[quote]
Is the page public? Can you post the URL?
Is the Form nested into anything?
Do you have the %form_errors% keyword in the form contents somewhere?
[/quote]
Yes it was nested, taken the test form out of the parent standard page asset so it is not nest. Result = still not submiting in IE 7.
Yes a div tag with form_errors keyword. Have removed it. Result = still not submiting in IE7
Will see if I can provide a public link.
Momo.
I removed the html that displayed an image button for the submit button i.e.
<input type="image" name="form_email_4739_submit"" id="submitfeedback" src="./?a=3245" class="no-style" value="Submit">
and replaced it with "%submit_button%" keyword and it now works. Is there a way of being able to use image button code and still get it to work in IE 7?
Thanks
Momo.