{% import '_includes/forms' as forms %}

{{ 'Resend Email Notification' | t('formie') }}

{{ 'This will resend the below email to the recipients of your choosing.' | t('formie') }}

{{ forms.textField({ label: 'Recipients' | t('formie'), instructions: 'Provide recipients for this email notification to be sent to. For multiple recipients, separate each with a comma.' | t('formie'), name: 'to', value: sentNotification.to ?? '', required: true, }) }} {% include 'formie/sent-notifications/_includes/preview' %} {% css %} .fui-resend-modal #fui-email-meta-to { display: none; } {% endcss %}