Configure Error Messages For Text Fields
If you configured validation for a text field and a portal user enters a value that is not accepted by the field, an error occurs and configured text is displayed to the user to provide feedback to the user about the error.
Code JSON
Copy
"messages": {
"requiredErrorText": "Enter the Correct value." }