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
You could make a JavaScript method to check to see if the Enter key was hit, and if it is, to stop the submit.
Just call that on the submit method.