I have a very simple form to collect data that is then emailed to an address. You can see it here:
http://torontoprincipalscentre.com/membership.shtml
Is there a way to limit the post action to the "Submit" button?
Some users hit "Enter" and submit incomplete forms by accident, then have to go back and fill out the whole form again, etc.
I don't want the "mandatory" fields to actually BE mandatory in the code.
Here's the beginning and end of the form:
<form method="post" action="http://www.rna.ca/cgi-bin/formmail.pl">
... etc ...
<input type="submit" value="Submit Application" name="butSubmit">
Any help would be much appreciated.