can I make the enter into a tab instead of submit?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form make and everything seems to work fine - except- if you press
enter instead of tab to go to the next question the form will submit even it
you are not finished. Is there a way around this?
 
Make the last field on the form required using FP Form Field Validation.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
No. If you press enter while filling in a form, the form will submit.
However, you can validate the form and make the last field a required field.
Then the validation script will fire when the form is submitted, and stop
the process if the last field has not been completed.
 

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