This validation validates the field using a JavasScript function within the custom scripts.
The field is valid if the validation function returns undefined. If the validation function returns a string (error message), the field is invalid.
undefined
string
See Examples for reference.
Name of the validation function within the custom script.
This validation validates the field using a JavasScript function within the custom scripts.
The field is valid if the validation function returns
undefined. If the validation function returns astring(error message), the field is invalid.See Examples for reference.