Server side validation

A Server side validation node is used to validate submitted form data in the variaDoc Form Receiver.
You should add one or more field or form validations child nodes.
If one or more validations discover an error, this node can send the data back to the end user with appropriate error messages.

Properties

Name
Project script attribute
Description
Submit PDF back to user in case of validation errors
submitbackonerror
Check to submit the data back to the end user (that submitted the data) in case of validation errors.
Show dialog with error message
errorinalert
Check to show a dialog (to the end user) displaying the error message(s).
Highlight fields with validation errors
highlighterrors
Check to alter the background color of fields with validation errors.
Set error message in tooltip of fields with validation errors
errorintooltip
Check to make the error message appear in the tooltip of fields with validation errors.

Project script node name

validation
See also:
Form receiver
Field validation
Form validation