email¶
Checks if the submitted value is a valid email address.
Validates an RFC 2822 email address, except does not allow most punctuation and non-ascii alphanumeric characters. Also does not take length requirements into account. Allows domain name and IP addresses, and ensures that the IP address entered is valid.
error¶
- Description:
- See general information for error.
- Default:
- local language:”This is not a valid email address”
message¶
- Description:
- See general information for message.
- Default:
- local language:”(john.doe@domain.com)”
showMessage¶
- Description:
- See general information for showMessage.
[tsref:(cObject).FORM->rules.email]