Form not working in IE7

hellboy1975 21 May, 2008
Hi Everyone,

Been using Chronoforms for a few days now, and all seemed to be going well until someone using IE reported problems submitting. Everything seems to work fine in Firefox, but when clicking submit in IE, nothing happens!

It's not a particularly complicated form, and I've pasted the Form HTML below. The actualy for can be viewed at http://www.ddug.org/index.php?option=com_chronocontact&chronoformname=2008Application

As per previous threads about IE problems, I've checked for <form> tags and played with turning validation on and off, all to no avail.

Any of you guys spot something that I've missed?

Thanks,
Matt[code] <h2>Step 1.</h2>
For each attendee, fill out and submit the following application page.<br>
If you've already submitted this for all attendees, proceed to the <a
href="http://www.ddug.org/index.php?option=com_content&view=article&id=49">Payments</a>
page.<br>
<br>
<span style="font-weight: bold;">Name: *</span><br>
<input size="50" name="Name">
GreyHead 21 May, 2008
Hi hellboy1975,

I think that's because:
<button value="Submit" name="Submit">Submit</button>
should be
<button type="submit" value="Submit" name="Submit">Submit</button>
Bob
This topic is locked and no more replies can be posted.