PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

filter or hook to change rendering of the entry data in confirmation message?

  1. 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!

    Posted 11 years ago on Friday April 20, 2012 | Permalink
  2. 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.

    Posted 11 years ago on Friday April 20, 2012 | Permalink
  3. 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!

    Posted 11 years ago on Friday April 20, 2012 | Permalink
  4. David Peralty

    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.

    Posted 11 years ago on Friday April 20, 2012 | Permalink
  5. David Peralty

    More information here: http://css-tricks.com/override-inline-styles-with-css/

    Posted 11 years ago on Friday April 20, 2012 | Permalink