Our confirmation EDMs serve a special purpose and therefore require a special build that makes them work.
β
A confirmation is sent in both cases. A guest says they are attending AND where they are not attending. Hence the confirmation is presented in 2 ways.
This is done using an IF statement.
β{% if is_coming %}
β
Say or Show this If a guest is attending. Images or text any content.
{% else %}
Say or Show this If a guest is NOT attending. Images or text any content.
{% endif %}
There are many examples of this shared in our app and we are happy to help build out your first confirmation.