Hi,
Is it possible to customise the layout and look of the email sent from the form?
Thanks
Andy
Hi,
Is it possible to customise the layout and look of the email sent from the form?
Thanks
Andy
You can use HTML to customize the look of the e-mail, but to do so, you can't use the {all_fields} tag, and instead have to pull in each field merge tag in your custom HTML.
Thanks for the speedy response.
Do you guys have any guides/tutorials/videos on how to get started on this?
We don't have any tutorials currently on doing this. But you basically use very basic HTML with our drop down to embed fields into the e-mail.
Most of the major newsletter providers have tutorials and tips online for creating HTML newsletters. The tips apply equally to any HTML email notifications you craft.
http://www.verticalresponse.com/sites/www.verticalresponse.com/files/html_tips_for_email_guide.pdf
http://kb.mailchimp.com/article/how-to-code-html-emails
http://kb.mailchimp.com/article/common-html-email-coding-mistakes
http://www.catswhocode.com/blog/best-practices-for-coding-html-emails
http://www.logicalthings.com/blog/2011/01/html-email-coding-like-its-1999/
I'm certain you can find more online if you look. These cover the basics and then some though.