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.
(我在网站上进行了一项调查,用户单击Enter键(我不知道为什么),然后不按提交按钮就意外提交了调查(表单),似乎存在一些问题。)
Is there a way to prevent this?(有办法防止这种情况吗?)
I'm using HTML, PHP 5.2.9, and jQuery on the survey.
(我在调查中使用的是HTML,PHP 5.2.9和jQuery。)
ask by DForck42 translate from so