<?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: W3TC&#039;s &#34;HTML minify&#34; causing AJAX issues</title>
		<link>https://legacy.forums.gravityhelp.com/topic/w3tcs-html-minify-causing-ajax-issues</link>
		<description>Gravity Support Forums Topic: W3TC&#039;s &quot;HTML minify&quot; causing AJAX issues</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 15:45:47 +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/w3tcs-html-minify-causing-ajax-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "W3TC&#039;s &#34;HTML minify&#34; causing AJAX issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/w3tcs-html-minify-causing-ajax-issues#post-52868</link>
			<pubDate>Mon, 19 Mar 2012 13:17:53 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">52868@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am not really sure what is causing the issue. The best thing to do is leave that setting off, like you are doing, or disable AJAX on the form.&#60;/p&#62;
&#60;p&#62;We do plan in the future to work on making Gravity Forms more compatible with minification scripts.&#60;/p&#62;
&#60;p&#62;I know that doesn't help you now, but hopefully you can work with one of the two possible workarounds.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DJosephDesign on "W3TC&#039;s &#34;HTML minify&#34; causing AJAX issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/w3tcs-html-minify-causing-ajax-issues#post-52714</link>
			<pubDate>Fri, 16 Mar 2012 22:46:01 +0000</pubDate>
			<dc:creator>DJosephDesign</dc:creator>
			<guid isPermaLink="false">52714@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I shared my exact settings above. No minification except for HTML as described above, minification settings on their defaults in the W3TC general settings.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dana Cobb on "W3TC&#039;s &#34;HTML minify&#34; causing AJAX issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/w3tcs-html-minify-causing-ajax-issues#post-51755</link>
			<pubDate>Thu, 08 Mar 2012 12:14:16 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">51755@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, DJosephDesign,&#60;/p&#62;
&#60;p&#62;I installed the plugin you are referencing and set the items up the way you mention, but mine isn't breaking. Can you tell me what all the settings are on your Minify page for each section and the General page (some minify settings are there too) so I can get mine set the exact same way as yours? I have never used this plugin before so please include any other settings that may be useful. Can you also tell me what version of Gravity Forms and browser you are using?&#60;/p&#62;
&#60;p&#62;There have been some recent releases of Gravity Forms, so it is best to install the latest in case we have fixed something along the way.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DJosephDesign on "W3TC&#039;s &#34;HTML minify&#34; causing AJAX issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/w3tcs-html-minify-causing-ajax-issues#post-51038</link>
			<pubDate>Thu, 01 Mar 2012 14:10:45 +0000</pubDate>
			<dc:creator>DJosephDesign</dc:creator>
			<guid isPermaLink="false">51038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having trouble with the AJAX options on Gravity Forms. When I have AJAX enabled for submissions (nothing fancy on the form), the form submits, browser tab loads, but the AJAX icon keeps spinning and the thank-you message never shows.&#60;/p&#62;
&#60;p&#62;I traced this to W3 Total Cache's Minify settings. Oddly, I can leave Javascript and CSS as minifying, but simply disabling &#60;em&#62;only&#60;/em&#62; &#34;HTML &#38;amp; XML&#34; minification makes the AJAX work.&#60;/p&#62;
&#60;p&#62;I can disable or enable:&#60;br /&#62;
 Inline CSS minification&#60;br /&#62;
 Inline JS minification&#60;br /&#62;
 Don't minify feeds&#60;br /&#62;
 Line break removal&#60;br /&#62;
… but none of these affect it. Only the option just above these, &#34;Enable&#34; for the HTML minify settings, will break the AJAX.&#60;/p&#62;
&#60;p&#62;Ignored comment stems is set to:&#60;br /&#62;
google_ad_&#60;br /&#62;
RSPEAK_&#60;/p&#62;
&#60;p&#62;I've even compared the rendered source between HTML-minified and non-minifed between cache refreshes and there's no difference beside only the basic minifications like:&#60;/p&#62;
&#60;p&#62;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;div …&#60;/p&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;p&#62;&#38;lt;/script&#38;gt;&#38;lt;div …&#60;/p&#62;
&#60;p&#62;I've read through the other posts here and can't find anything that will help. I have database cache configured correctly. It's only this HTML minification that breaks the AJAX.&#60;/p&#62;
&#60;p&#62;Thank you in advance for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
