Hi,
How to you set up the email notification to include the Fieldset labels then wrap around various groups of fields?
Is there a way to format the email so it looks just like it does on the website when its submitted?
Cheers,
Kevin.
How to you set up the email notification to include the Fieldset labels then wrap around various groups of fields?
Is there a way to format the email so it looks just like it does on the website when its submitted?
Cheers,
Kevin.
Hi Kevin,
You can add any HTML you like to the Email template - you can copy the form HTML and replace all the input tags with {input_name} entries.
Bob
PS You will need to make the CSS in-line to work with some email readers - you can't rely on <script> blocks or included files.
You can add any HTML you like to the Email template - you can copy the form HTML and replace all the input tags with {input_name} entries.
Bob
PS You will need to make the CSS in-line to work with some email readers - you can't rely on <script> blocks or included files.
This topic is locked and no more replies can be posted.
