High level of personalization for your e-mails, landing pages and text messages using Twig syntax.
Available only if email is sent from
It allows the use of two form tokens:
Result of the last submitted form for contact:
{{ result.firstname }} {{ result.lastname}} {{ result.email}}
The results of the submitted forms from contact:
<ul> {% for result in formresults %} <li>{{ result.firstname }} {{ result.lastname}}</li> {% endfor %} </ul>