Forms

  • Thread starter Thread starter one red
  • Start date Start date
O

one red

In using forms how can I disable the Enter key as users are pressing
this instead of Tab to move down the form thus submitting only part of
their details. When the form is complete they should then click on
the submit button.
 
Add a check box or radio button as a form field, right above the submit
button, that requires validation
that it has been checked.
 
Back
Top