8,849
edits
Changes
no edit summary
Consolidated validation error messages can be displayed for a set of custom fields. This feature is used in conjunction with [[JavaScript Validation]] on custom fields.
[[Image:ServerSideValidationErrorMessage.png|link=|500px]]
The custom fields whose JavaScript Validations have failed are also highlighted as follows:
[[Image:ServerSideValidationHighlightedFields.png|link=|350px]]
==Benefits of this Feature==
* By default, SmartSimple validates forms one field at a time, providing alert message individually as each error is encountered. Using Server-Side Validation means that error messages are presented in a consolidated fashion, making entering values into the online forms less time-consuming for the end user.
* Different levels of validation can be implemented. One set of validation criteria can be set on each custom field, and another set can be implemented on [[Submit Buttons]].
==See Also==