Normally when you have a form with several text input fields, it is
undesirable that the form gets submitted when the user hits ENTER in a
field. Some people are pressing the enter key instead of the tab key to
get to the next field. They often do that by accident or because they
are accustomed to terminate field input that way. If a browser regards
hitting ENTER in a text input field as a request to submit the form
immediately, there is no sure way to prevent that.
Add the below script to the <head> section of your page. The following code disables the enter key so that visitors of your web page can only use the tab key to get to the next field. more...
Add the below script to the <head> section of your page. The following code disables the enter key so that visitors of your web page can only use the tab key to get to the next field. more...
No comments:
Post a Comment