If we are talking about the user notification, you can find that on the Notifications tab of the form in question. It looks like this: http://chrishajer.minus.com/lbp7gnipuLLz1g
In that notification area, you might normally see {all_fields}. You can remove that because you are going to be crafting your one HTML notification. Be sure to check the box "Disable Auto-formatting" as well, since your HTML will not require further processing. Be sure also to use the HTML tab in the visual editor.
View the source of an email notification which used {all_fields} in the past, to get an idea of what your custom notification needs to be formatted like. You can copy most of that, and change the items from hard-coded colors and values to classes or whatever you want to use.
Then, insert the merge tags from the drop down into your HTML table layout. Your notification area might look something like this once you are done. http://pastebin.com/kK3MsEem
You can then add the CSS styles to your HTML email and style and adjust the layout as you want. It's a lot of work, but you have complete control over the look of the notification. We use a table layout with inline styles because it's supported by most every email client. You can, however, experiment with whatever CSS you want. Here is a really good article from Mailchimp about crafting HTML emails: http://kb.mailchimp.com/article/how-to-code-html-emails/
My favorite line: "... if you can code your own web page, you can code your own HTML email templates. There is a little catch, though. You have to code like it's 1996 (explanation later)."
Posted 12 years ago on Wednesday August 8, 2012 |
Permalink