--- breadcrumb: - Guides - Forms - Inputs - Email summary-visible: false keywords: - form - input - email --- # Email ## Description - Class for this input: `Berlioz\Form\Type\Email` - HTML equivalent: `` ## Additional options All [commons options](inputs.md#common-options), and: | Name | Type | Default value | Description | |--------------|---------|---------------|----------------------------| | **multiple** | boolean | *none* | If multiple email accepted | ## Attributes List of attributes that interact with the forms library: | Name | Type | Default value | Description | |---------------|---------|---------------|--------------------------| | **maxlength** | integer | *none* | Max length of characters | | **minlength** | integer | *none* | Min length of characters | | **pattern** | string | *none* | Regex pattern |