{{ 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 %}
If the button above doesn't work, copy and paste this link: |
||
|
Sent by {{ sender_name | default('AgentForms') }} {% if unsubscribe_url %} {% endif %} {% if physical_address %}{{ physical_address }} {% endif %} |