I would like the headers to show up in the emails when someone submits the form. There doesn't seem to be an id for header content though. How can I have them in the emails?
https://aisignal.net/index.php/careers/application-for-employement
Sample headers are Personal Data, Employment Desired etc....
Thank you.
https://aisignal.net/index.php/careers/application-for-employement
Sample headers are Personal Data, Employment Desired etc....
Thank you.
Hi tomme01,
You will need to customize the email body in the email action.
Best regards
You will need to customize the email body in the email action.
Best regards
Thanks Max...so I have multiple Headers in different sections of my form. Not sure how I need to notate them in the Emal Body. For instance....the header before all content starts is notated - Header - header8 - Personal Data
Am I putting {data:header8} in the body (see attached screen shot). Then for the next header which is down the form a bit it is Header - header46 - Education. So..would the Email Body look like this?
{data:header8}
{data:header46}
I am probably way off but can't make sense of it.
Thank you for your help.
Tom
Am I putting {data:header8} in the body (see attached screen shot). Then for the next header which is down the form a bit it is Header - header46 - Education. So..would the Email Body look like this?
{data:header8}
{data:header46}
I am probably way off but can't make sense of it.
Thank you for your help.
Tom
Hi Tom,
No, that will not work, indeed the email is not built to include the headers, only the fields, I will add this to the todo list.
For now you may be able to add the header code to the email action body section using: <h2>Header text</h2>
Best regards
No, that will not work, indeed the email is not built to include the headers, only the fields, I will add this to the todo list.
For now you may be able to add the header code to the email action body section using: <h2>Header text</h2>
Best regards
This topic is locked and no more replies can be posted.