Introduction
A simple <input type="email">
field with built-in email validation.
Use Cases
- Contact forms usually have an email field for building leads.
- Collecting emails for a newsletter sign-up.
Template Usage
This field value can simply be printed to the screen:
<p>{{ $entry->email }}</p>
Settings
Name | Description |
---|---|
Help Instructions | Additional instructions written in small print next to the field. |
Validation Rules | Validation rule pattern (read more). |