This snippet renders a single-line text input field for forms, allowing users to enter brief information such as names or titles.
You can overwrite this snippet by placing a custom version in site/snippets/email-manager/fields/text.php.
site/snippets/email-manager/fields/text.php
Modify the CSS classes or structure to match your project’s requirements.
<input type="text" <?= $field->attr() ?>>