Skip to main content

fields/email.php

This snippet renders an email input field for forms, allowing users to provide their email address for communication purposes.

Default

You can overwrite this snippet by placing a custom version in site/snippets/email-manager/fields/email.php.

Modify the CSS classes or structure to match your project’s requirements.

<input type="email" <?= $field->attr() ?>>