Form validation question

  • Thread starter Thread starter CLF
  • Start date Start date
C

CLF

Hi All,

This question was tucked away in a note with another question so I think
it got missed. I've created a submission form for class registration
and have set validation to required on most of the fields.
Unfortunately, while the validation seems to restrict the input to the
fields appropriately, the form can still be submitted w/o a required
field being completed. Am I mis-understanding what "required" means
when you set this option in the form field properties? Or is there
something I'm missing that is preventing this from not working as expected.

Any insight is appreciated.
 
If you're using FP field validation with a required field it should stop the form from being submitted without all the required
fields having some value. Now that value may be nothing more than a space ;.)
 
Hi Guys,

Thanks for the feedback, I went thru and checked each field one-by-one
and they seemed to work correctly this last time so hopefully I've got
them straightened out.
 
Back
Top