- Drupal 8 Development Cookbook(Second Edition)
- Matt Glaman
- 93字
- 2025-04-04 18:20:51
The Email field
The Email field is provided by Drupal core and is available without installing additional modules:
- The Email field type does not have any additional field level settings that are used across all bundles.
- Click on Save field settings to customize the field for this specific bundle.
- There are no further settings for an Email field instance. This field uses the HTML5 email input, which will leverage browser input validation.
- The field formatter for an Email field allows you to display the email as a plain text or a mailto: link.