How Would I Process Entries From an Online Form?

A

AA Smith

Is there some kind of BOT or whatever that would permit me to ensure that
all required entries from a Form Page were entered; one that would permit me
to redisplay the entry page with an incomplete entry message is the form was
not completed; and if completed to add the entry to a file of information?
 
J

JDR

Dick,

The best way to do this would be to validate your form fileds. By
validations, the form will not submit if the user has not entered information.

1- Open your FP web / form page
2- Right click the individual form field
3- Select Form Field Properties
4- Select Validate
5- You can now select the criteria for validation.

JDR
***************
 
J

Jens Peter Karlsen[FP MVP]

Look at Form validation.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top