<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Format {all_fields}-Table with CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/format-all_fields-table-with-css</link>
		<description>Gravity Support Forums Topic: Format {all_fields}-Table with CSS</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:58:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/format-all_fields-table-with-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Kristof Bernaert on "Format {all_fields}-Table with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-all_fields-table-with-css#post-211263</link>
			<pubDate>Tue, 16 Apr 2013 04:07:27 +0000</pubDate>
			<dc:creator>Kristof Bernaert</dc:creator>
			<guid isPermaLink="false">211263@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Hans&#60;/p&#62;
&#60;p&#62;Did you figured this already out with an own written notification?&#60;br /&#62;
Also here we have a quite complicated very long form with a lot of conditional logics.&#60;/p&#62;
&#60;p&#62;But we want a more simple notification.&#60;br /&#62;
But also, we don't want to get the empty fields.&#60;/p&#62;
&#60;p&#62;Thx for your update.&#60;br /&#62;
Kristof
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Format {all_fields}-Table with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-all_fields-table-with-css#post-70271</link>
			<pubDate>Thu, 09 Aug 2012 01:27:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no possibility to do that currently.  You would have to create some sort of function to handle notifications on your own.  I have no experience with this as it has not been requested often.  I imagine you could use the gform_pre_submission filter to change the autoresponder email.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The filter has access to the $form object and in there is the autoresponder. &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/AutoResponder&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/AutoResponder&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could write a flexible function to loop through all the submitted values and always craft your own HTML notification, and not use the built-in notification from Gravity Forms.  It would be a lot of work, but you have complete control over the look at that point.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hansb_ on "Format {all_fields}-Table with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-all_fields-table-with-css#post-70203</link>
			<pubDate>Wed, 08 Aug 2012 15:30:51 +0000</pubDate>
			<dc:creator>hansb_</dc:creator>
			<guid isPermaLink="false">70203@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Chris, again thank you very much for your answer. But the solution you described is a per form solution and I would prever a per blog solution for all forms. The disadvantages of your solutions:&#60;br /&#62;
* You have to create a html table for every form twice (notification on webpage after form submitting and notification in the email) which is hard to maintain and&#60;br /&#62;
* in forms with a lot of conditional logic you will have a lot of &#34;empty&#34; table rows which is hard to read and unreasonable for visitors.&#60;/p&#62;
&#60;p&#62;Is there a possibility to embed my own php template that renders the {all_fields}-table dynamically (with add_filter or whatever ...)? &#60;/p&#62;
&#60;p&#62;(I have experience in php and newsletter designing)&#60;/p&#62;
&#60;p&#62;Thanks a lot, hansb_
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Format {all_fields}-Table with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-all_fields-table-with-css#post-70120</link>
			<pubDate>Wed, 08 Aug 2012 09:50:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70120@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;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: &#60;a href=&#34;http://chrishajer.minus.com/lbp7gnipuLLz1g&#34; rel=&#34;nofollow&#34;&#62;http://chrishajer.minus.com/lbp7gnipuLLz1g&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;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 &#34;Disable Auto-formatting&#34; as well, since your HTML will not require further processing.  Be sure also to use the HTML tab in the visual editor.&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;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. &#60;a href=&#34;http://pastebin.com/kK3MsEem&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/kK3MsEem&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;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: &#60;a href=&#34;http://kb.mailchimp.com/article/how-to-code-html-emails/&#34; rel=&#34;nofollow&#34;&#62;http://kb.mailchimp.com/article/how-to-code-html-emails/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My favorite line: &#34;... if you can code your own web page, you can code your own HTML email templates. There is a little catch, though. &#60;strong&#62;You have to code like it's 1996&#60;/strong&#62; (explanation later).&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hansb_ on "Format {all_fields}-Table with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-all_fields-table-with-css#post-70108</link>
			<pubDate>Wed, 08 Aug 2012 09:10:48 +0000</pubDate>
			<dc:creator>hansb_</dc:creator>
			<guid isPermaLink="false">70108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Chris, thanks for your quick answer. I do not find anything in the documentation to this topic. Therefore can you please tell me, were to find the template which is used for the notification mail and notification message on the website - and how to embed a modified template? How can I modify the template update save?&#60;/p&#62;
&#60;p&#62;Thanks a lot, hansb_
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Format {all_fields}-Table with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-all_fields-table-with-css#post-70103</link>
			<pubDate>Wed, 08 Aug 2012 08:48:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70103@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Without modifying the plugin files, you would have to craft your own HTML email notification.  You can view the source of a notification email and use that as your template, then make your changes and use that HTML as the basis for your custom notification.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hansb_ on "Format {all_fields}-Table with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-all_fields-table-with-css#post-70090</link>
			<pubDate>Wed, 08 Aug 2012 07:51:57 +0000</pubDate>
			<dc:creator>hansb_</dc:creator>
			<guid isPermaLink="false">70090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I would like to format the notification table which is generated by the {all_fields}-tag with css. The colors of the rows are formated by &#34;tr bgcolor&#34;-attribute, but I would prefer classes like &#34;label&#34;, &#34;value&#34; and &#34;odd&#34; and &#34;even&#34; for the table rows.&#60;br /&#62;
How can I change this?&#60;/p&#62;
&#60;p&#62;Thank you for your help, &#60;/p&#62;
&#60;p&#62;hansb_
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
