This topic is: not resolved
-
Hi,
I would like to insert data from my form into the reply email. For example, I have a fields first_name, team_name, etc… then I want to do:
AUTOREPLY EMAIL BODY:
Hi [first_name],
Glad [team_name] registered. Please confirm the info below is correct.
- [form_field_2]
- [form_field_3]
- [form_field_3]
Also in the Notifications email I would like to break out the form data and format in with HTML. How can I do this?