Displaying Error Screens
Fields can be mandatory or optional and can be used to enter free text, email addresses or telephone numbers. They can also have an optional regular expression to validate the input.
| File Name | Description |
|---|---|
| invalid_email_address.png | Displayed if the id is set to “email” or “cc” the text field will only accept an email address e.g. name@site.com |
| invalid_phone_number.png | Displayed if the id is set to “phone” the text field will only accept a phone number in the form of 0 followed by a series of numbers or + followed by a series of numbers (for international dialing codes). |
| mandatory_text_missing.png | Displayed if the user fails to enter anything in any other mandatory text field. |
| mandatory_text_missing_.png | Displayed if the user fails to enter anything in a specific mandatory text field, where is the ID of the field, eg: mandatory_text_missing_name.png |
| regex_failed_.png | Displayed if a regular expression is used to validate the field, and it does not validate, where is the ID of the field, eg: regex_failed_phone.png |
| mandatory_checkbox_.png | Displayed if a mandatory checkbox has not been checked, where is the ID of the checkbox eg: mandatory_checkbox_privacy.png |
| mandatory_radiobtn_.png | Displayed if a mandatory Radio Button is not selected, where is the ID of the Radio Button Group eg: mandatory_radiobtn_position.png |
| age_error.png | Displayed if the age entered is in an invalid format eg 1 Feb 1998 instead of 19980201 |
| age_too_young.png | Displayed if the age entered is less than the specified in the Age ID field |

Post your comment on this topic.