Email Field Type
The email field type is similar to the text field type, but adds validation for a valid email address and uses the HTML5 email input type that optimizes email input for mobile devices.
Parameters
There are no parameters for the email field type.
Output
The email field type outputs some handy email address variables.
Parameter | Example |
---|---|
{{ field_slug:email_address }} | The email address |
{{ field_slug:mailto_link }} | Generates a mailto link. |
{{ field_slug:safe_mailto_link }} | Generates a mailto link that is obscured by javascript. |