Validate Form

  • Thread starter Thread starter 116
  • Start date Start date
1

116

I have a series of fields and dropdowns that if having '< ENTER >' as a
value, I wish for it not to submit. I have some sample script, but having
issue configuring. Any help would be greatly appreciated.

David
 
Use FP form field validation
Right click the field in Design View for Field Properties - Validate
- set the field for Data Required and Disallow 1st choice
(make sure the 1st item in the dropdown list is a non-data item choice like "select an item below")
--




|I have a series of fields and dropdowns that if having '< ENTER >' as a
| value, I wish for it not to submit. I have some sample script, but having
| issue configuring. Any help would be greatly appreciated.
|
| David
 
Back
Top