{{ preview_text | default(subject) }} ‌ ‌ ‌ ‌ ‌

{{ form_name | default('') }}

{% if sender_name %}

from {{ sender_name }}

{% endif %}
{% if recipient.first_name %}

Hi {{ recipient.first_name }},

{% else %}

Hello,

{% endif %} {% if body %}
{{ body }}
{% endif %} {% if field_preview %}

What you'll see:

{{ field_preview }}
{% endif %} {% if cta_url %}
{{ cta_text | default('Open Form') }}
{% endif %} {% if cta_url %}

If the button above doesn't work, copy and paste this link:
{{ cta_url }}

{% endif %}

Sent by {{ sender_name | default('AgentForms') }}

{% if unsubscribe_url %}

Unsubscribe

{% endif %} {% if physical_address %}

{{ physical_address }}

{% endif %}