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 clicking the submit button. Is there a way to prevent this?
I'm using HTML, PHP 5.2.9, and jQuery on the survey.
Best Solution
You can use a method such as
In reading the comments on the original post, to make it more usable and allow people to press Enter if they have completed all the fields: