Is there a way via hook or filter to customize the display of the table in #gforms_confirmation_message? The colors of the header TDs, for instance, are inline - ?!?
Thanks!
Is there a way via hook or filter to customize the display of the table in #gforms_confirmation_message? The colors of the header TDs, for instance, are inline - ?!?
Thanks!
Well, with HTML email you pretty much have to go back to the stone ages of HTML in order for things to work most of the times in all the various email clients.
You can actually style your notifications as you see fit, just don't use the all fields merge tag. You can use the merge tag builder to create your own HTML email layout as you see fit. You just need to insert the fields individually within your HTML.
Oh, I see - I was actually referencing the table that appears on the page in the confirmation if you select to show the entry on the confirmation page. It is constructed via the same function isnt it? It would be nice to have a filter or something one could use to at least change those colors. Thanks Rob!
You can add all kinds of custom CSS in your theme's style.css that should override what is shown via the in-line styles. Just make sure you use the !important; call after each change.
More information here: http://css-tricks.com/override-inline-styles-with-css/