Form Submit button--How to remove default Enter?

  • Thread starter Thread starter B Tuohy
  • Start date Start date
B

B Tuohy

How does one deactivate the default Enter property on a Submit button or on
an entire form? We want users to click on the Submit button when they're
ready. We receive accidental submissions too often because users are
pressing the Enter key.

This seems basic but I haven't found the solution yet. Thanks for your help.

BT
 
Set your last form field (or all) as a required field

--




| How does one deactivate the default Enter property on a Submit button or on
| an entire form? We want users to click on the Submit button when they're
| ready. We receive accidental submissions too often because users are
| pressing the Enter key.
|
| This seems basic but I haven't found the solution yet. Thanks for your help.
|
| BT
|
|
|
 
Put a line in that says

"Please press TAB to move between fields.".

OR, make all fields required (through the form field validation), so you
can't submit the form until all fields have a value of some sort in them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top