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

P

Patt

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?
 
T

Thomas A. Rowe

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.
==============================================
 
R

Ronx

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.
 
Top