Display data fields in email form object emails
Author: Mark Barlow
Visited 643,
Followers 1,
Shared 0
In Email form creation I have created field names for data input. I want to be able to display some of the data in the email confirmation.
There is a tick box that allows me to include all collected data, so I guess data is captured and attributed to a field name. But I want more control of how to display the data.
I want to display only some of the data in the email back to the customer.
As an example, I want to say Dear <name> (where name is the field name and I want to display the data previously inputted). Then I would want to display the address as you would do in a letter or mail merge letter.
So how is it done?
Posted on the
Dear Mark,
for realize this email you need to insert a personal script, for modify the standard email that generated, you can try to find in internet e personal form email in PHP/javascript and insert personalize code in you site.
You can also send the email form datas in a database, and create a script that send an email with the fied (Dear "fiel Name",)
Hope this help.