This field type Field Type represents an email address, in the form of a string.
...
Table of Contents | ||
---|---|---|
|
Description
The EmailAddress FieldType EmailAddress Field Type stores an email address, which is provided as a string.
...
String representation
String representation of FieldTypethe Field Type's Value object is the email address contained in it.
...
Hash format
Hash value for this FieldTypeField Type's Value is simply the email address as a string.
...
someuser@example.com
Validation
This FieldType
This Field Type uses the EmailAddressValidator
validator as a resource , which will test the string supplied as input against a pattern, to make sure that a valid email address has been provided.
If the validations fail a ValidationError
is thrown, specifying the error message.
Settings
This FieldType Field Type does not support settings.
...