This snippet renders a time picker for forms, allowing users to select a specific time for meetings or appointments.
You can overwrite this snippet by placing a custom version in site/snippets/email-manager/fields/time.php.
site/snippets/email-manager/fields/time.php
Modify the CSS classes or structure to match your project’s requirements.
<input type="time" <?= $field->attr() ?>>