I have a survey on a website, and there seems to be some issues with the users hitting enter (I don\'t know why) and accidentally submitting the survey (form) without clicki
If you use a script to do the actual submit, then you can add "return false" line to the onsubmit handler like this:
Calling submit() on the form from JavaScript will not trigger the event.