I have a form setup with basic info to be filled out. Full name, Company name, Email address, Request Description. How do I get the form to take this field data and include it in the email I receive when the form has been submitted?
Forums
field data emailed to me
Hi Wineblue2 ,
You have to add an Email Action to the OnSubmit Event. Then click the 'spanner' icon to configure it and add the text you want into the Template there using {input_name} to add form values.
Bob
You have to add an Email Action to the OnSubmit Event. Then click the 'spanner' icon to configure it and add the text you want into the Template there using {input_name} to add form values.
Bob
OK I did that and am still not receiving the field data in the test emails I have been performing. e.g. {full_name}{company_name}{email_address}{brief_description} I have even tried to use {input_text_0},{input_text_1},{input_text_2},{input_textarea_3} and still I get no field data in the test email?!
This topic is locked and no more replies can be posted.