Smart Validations

The key features of smart validation are:

 

  • The validation is triggered based on the validation type.

For example, 'maximum length' validation is triggered as the user types in the input. email validation is triggered when the user switches the focus.

This allows earliest and 'live' feedback and correcting the errors earlier, rather than in one shot on form submission.

 

  • Once there is an error in a field, and as the user corrects the error, the field is validated again.

The error message disappears automatically when the field is valid.

 

 

1348652662_001_45 If you prefer one shot validation on submit, you can select that option in the 'Input validations' page->'Validation options'