${this.firstPageCompiledText}
\r\n\n
| \n \n \n \n \n | \n \n \n \n | \n
\n
| \n \n \n \n \n | \n \n \n \n | \n
This allows you to set different custom error messages for different errors\r\n (in contrast to “Custom Error Message”, which only allows you to set one\r\n error message for all errors). E.g.
\r\n{\r\n \"required\": \"{{ field }} is required. Try again.\",\r\n \"maxLength\": \"{{ field }} is too long. Try again.\"\r\n }\r\n
You can set the following keys (among others):
\r\nDepending on the error message some of the following template variables can be used in the script:
\r\n{{ field }}
is replaced with the label of the field.{{ min }}
{{ max }}
{{ length }}
{{ pattern }}
{{ minDate }}
{{ maxDate }}
{{ minYear }}
{{ maxYear }}
{{ regex }}
Status: {{ status }}
\r\n \r\n{{ additionalMessage }}
\r\n