...
- Text
- Money
- Phone
- Quantity
- Number
Example: Email Address Validation
...
- While sitting on the field, "Email Address, Star, Edit Required."
- Upon leaving the Field, "Alert, Must be valid email address."
- Upon encountering their invalid entry,"Invalid entry", and then the text will be read that is in the input.
- Create a text field and give it a Label of Email Address
- In the properties menu on the left fill in the following areas:
Pattern
Code Block [a-zA-Z0-9\-_][a-zA-Z0-9\-\+_]*(\.[a-zA-Z0-9\-\+_]+)*@([a-zA-Z0-9\-_]+\.)+[a-zA-Z]{2,6}
- Error Message
- Required - Checkbox
- Save your form and test it
...