This snippet renders a telephone input field for forms, enabling users to provide their phone number for contact purposes.
You can overwrite this snippet by placing a custom version in site/snippets/email-manager/fields/select.php.
site/snippets/email-manager/fields/select.php
Modify the CSS classes or structure to match your project’s requirements.
<input type="tel" <?= $field->attr() ?>>