<?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: Remove inline styles on confirmation message</title>
		<link>https://legacy.forums.gravityhelp.com/topic/remove-inline-styles-on-confirmation-message</link>
		<description>Gravity Support Forums Topic: Remove inline styles on confirmation message</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:34:15 +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/remove-inline-styles-on-confirmation-message" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Remove inline styles on confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-inline-styles-on-confirmation-message#post-77476</link>
			<pubDate>Wed, 26 Sep 2012 10:51:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">77476@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The inline styles are necessary for the pre-built layout to display properly in a variety of email clients. If all the email clients equally supported remote stylesheets then we would have obviously externalized any presentational elements. That's simply not the case.. inline styles are necessary to support as many different email clients/services as we can. If thats a problem for you, then you should probably jump into the discussions on standardizing HTML email support somewhere.&#60;/p&#62;
&#60;p&#62;Now , you say &#34;Developers, please refrain from any styling in your plugins&#34;..&#60;/p&#62;
&#60;p&#62;Again, as Chris stated, using the default {all_fields} token/layout is completely optional. It is intended as a helper for those who want a nice, simple email layout without having to take the time to code it themselves. You're always welcome to craft your own markup and present the content in the email any way you see fit. The world is your oyster.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Remove inline styles on confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-inline-styles-on-confirmation-message#post-77456</link>
			<pubDate>Wed, 26 Sep 2012 09:27:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">77456@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The gform_confirmation filter is documented here, with examples of how to change the confirmation:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#60;/a&#62; (lines 7 and 8 in the second example is where you would place all your conditions.)&#60;/p&#62;
&#60;p&#62;I brought your other suggestions to the attention of the developers.  Thank you for your comments.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nowton on "Remove inline styles on confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-inline-styles-on-confirmation-message#post-77411</link>
			<pubDate>Wed, 26 Sep 2012 04:34:29 +0000</pubDate>
			<dc:creator>Nowton</dc:creator>
			<guid isPermaLink="false">77411@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the meantime I have read and tested &#60;a href=&#34;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#60;/a&#62; with {product_summary}. Unfortunately that is loaded with inline styles as well. As a sidenote: 'Developers, please refrain from any styling in your plugins'. &#60;/p&#62;
&#60;p&#62;Conditional logic is unfeasible in this case as we would have to create separate conditions for 16 products, with 2 more variants.&#60;/p&#62;
&#60;p&#62;Unfortunately crafting a custom gform confirmation isn't documented anywhere. I should have advised them to use an e-commerce plugin...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Remove inline styles on confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-inline-styles-on-confirmation-message#post-75308</link>
			<pubDate>Fri, 14 Sep 2012 08:20:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">75308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The {all_fields} helper has hard coded table and inline styles in it.  There is no filter to work around that output.  If you want more control over the display of the output in your confirmation you will have to use your own HTML and styles.  You can use conditional shortcodes to limit the display when their was no data input. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Shortcodes#Conditional_Shortcode&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Shortcodes#Conditional_Shortcode&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could also craft your own confirmation message and include logic in it to output only fields which have data in them.  You can use the gform_confirmation filter to craft your own confirmation message based on submitted values &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The {all_fields} helper has a specific use and it does not appear that your use is one of them.  To have complete control over the look of the confirmation, you will have to create it yourself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nowton on "Remove inline styles on confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-inline-styles-on-confirmation-message#post-75288</link>
			<pubDate>Fri, 14 Sep 2012 03:15:21 +0000</pubDate>
			<dc:creator>Nowton</dc:creator>
			<guid isPermaLink="false">75288@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://laurent.nl/shop-2/&#34; rel=&#34;nofollow&#34;&#62;http://laurent.nl/shop-2/&#60;/a&#62; this is an order form with a lot of products. We'd rather not craft every response field manually as that would mean a lot of empty fields for non-ordered products.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Remove inline styles on confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-inline-styles-on-confirmation-message#post-75239</link>
			<pubDate>Thu, 13 Sep 2012 22:54:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">75239@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The all_fields helper uses a table layout with a lot of inline styles, as you have discovered.  There is no filter to remove those inline styles.  If you'd like complete control over the styling of the confirmation message, you can craft your own HTML and insert the merge tags for each field.&#60;/p&#62;
&#60;p&#62;If you need additional assistance with that, please post a link to your form.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nowton on "Remove inline styles on confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-inline-styles-on-confirmation-message#post-74930</link>
			<pubDate>Wed, 12 Sep 2012 03:27:13 +0000</pubDate>
			<dc:creator>Nowton</dc:creator>
			<guid isPermaLink="false">74930@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have an orderform outputting all_fields in the confirmation message. There's a lot of inline styles on the resulting table (cells). How can we remove those?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
