In Notifications, your body/message probably just says {all_fields} currently.
Remove this and look for the down facing arrow to the right side of the field. You can add in merge tags for the field values you want to send.
You can construct your message like this for example:
Hi {firstname:1},
We just wanted to send you a copy of the information you submitted to us:
{mergetag:2}
{mergetag:3}
Also, please be sure to visit <a href='http://google.com'>Google</a>.
All my best,
David
See how I was able to use text and HTML and not just the merge tags to include more information? That's what you can do as well.
Posted 12 years ago on Tuesday May 14, 2013 |
Permalink