Form Disappears if <ENTER> pressed

M

Magus

I have created a form for people to record their attendance. They are
supposed to <tab> through the fields but a few have hit <enter>only to have
the form disappear uncompleted. How can I change this behavior such that
hitting <enter> has no such effect. If such cannot be changed then is there
a way of showing that there was an error and for the user to resubmit?

Thanks
 
R

Rick Budde

Use Validation (right click on a form field Form Field
properties | Validate). Set up the last required field on
the form for some sort of validation.
 
M

Murray

Add a field at the end of the form or select an existing field and require
input by validating the form.
 
T

Thomas A. Rowe

The easiest solution is to 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.
==============================================
 
Top