miking-the-viking/FormidableForms

Required validation (do not allow null on submit, but initially null is ok)

Closed this issue · 0 comments

This is a little more complex. Any field that has required on submit needs to validate that the value is not null.

If required => Normal Validation => Null can be true
If required => Submit Action Validation => Null is an error

If not required => Normal Validation & Submit Action Validation => Null can be true