WebSite X5Help Center

 
Mark Barlow
Mark Barlow
User

Display data fields in email form object emails  en

Author: Mark Barlow
Visited 529, Followers 1, Shared 0  
Tags: email

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
1 ANSWERS
Incomedia
Riccardo P.
Incomedia

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.

Read more
Posted on the from Riccardo P.