Forms Validation Errors (9300 – 9399)
You may encounter one of the following errors when a value in a form is missing or not configured correctly. Please match the error message with one of the following values. Learn more about configuring a form
| Status Code | Error Message |
|---|---|
| 9300 | This value is required. |
| 9301 | This value does not fall within the specified range. |
| 9302 | This value does not match the specified regex. |
| 9303 | This value exceeds the given character limit. |
| 9304 | This value has an invalid number of decimal places. |
| 9305 | This value does not have a proper time format. |
| 9306 | This value does not fall within the specified time range. |
| 9307 | This value is of an improper date format. |
| 9308 | This value does not fall within the specified date range. |
| 9309 | This value does not belong to the list of choices. |
| 9310 | This value is not a valid number |
| 9311 | This value does not have a valid email format |
| 9312 | Field Name: {0}, Position: {1}, Error: {2} |
| 9313 | Invalid number of rows in collection/table. |
| 9314 | Field Name: {0}, Position: {1}, File Name: {2}, Error: {3}. |
| 9315 | Invalid attachment ID |
| 9316 | Invalid file extension. |
| 9317 | File exceeded max size. |
| 9318 | The reason cannot be empty for the other choice. |
| 9319 | Number of attachments exceeded maximum limit. |
| 9320 | Errors encountered during forms submission: {0} You can click the back button on the browser to correct and resubmit the form. |
| 9321 | An unexpected validation error occurred while parsing form: {0}. |
| 9322 | An unexpected error occurred while validating the collections and tables: {0} |
| 9333 | An unexpected error occurred while validating the fields: {0} |