<?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: IE9 form not loading</title>
		<link>https://legacy.forums.gravityhelp.com/topic/ie9-form-not-loading</link>
		<description>Gravity Support Forums Topic: IE9 form not loading</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 17:42:03 +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/ie9-form-not-loading" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "IE9 form not loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie9-form-not-loading#post-74905</link>
			<pubDate>Tue, 11 Sep 2012 23:37:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74905@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We won't be able to check for the problem unless you remove this display:block.  Maybe you can add the form to a test page and send us the link to that page, without the display:block added.&#60;/p&#62;
&#60;p&#62;There is a lot of browser specific code that is added.  The browser class is just one of those things.  It allows us to add browser specific CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magnumcreative on "IE9 form not loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie9-form-not-loading#post-74902</link>
			<pubDate>Tue, 11 Sep 2012 23:28:25 +0000</pubDate>
			<dc:creator>magnumcreative</dc:creator>
			<guid isPermaLink="false">74902@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, yes I added a display:block to resolve the issue. This appeared with the latest update but I'm pretty sure I tested IE9 prior to launching this campaign for Red Bull ;). Nothing has changed since launch on the site other than the latest GF update which we performed last week.&#60;/p&#62;
&#60;p&#62;It's also not the browser class. There was an inline style (display:none) written in to the &#38;lt;DIV&#38;gt; wrapper that only occured in IE9. Testing across all other versions we can confirm that this happens only with IE9. See below, looking at the Gform code in IE9 you will still see the inline style there, however the CSS we've added to our style.css overrides the issue so we're fine.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;gf_browser_ie gf_browser_ie9 gform_wrapper&#38;quot; id=&#38;quot;gform_wrapper_1&#38;quot; style=&#38;quot;display: none;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Just curious about this, could be a plugin like you said but odd that it just occurred with last GF update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "IE9 form not loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie9-form-not-loading#post-74877</link>
			<pubDate>Tue, 11 Sep 2012 21:57:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74877@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Usually when a form does not display, it's due to a plugin or theme conflict, or due to jQuery version incompatibility, or jQuery being minimized, loaded in the footer, something like that.&#60;/p&#62;
&#60;p&#62;Since you have this working now, when I went to test in IE9, I did not see the problem: I just see the form.  If you'd like us to troubleshoot, please embed the form in a new test page and we'll take a look for you.&#60;/p&#62;
&#60;p&#62;The browser class is being added in common.php, line 4250:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
./common.php:4250:  $classes[] = &#38;#39;gf_browser_ie9&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But that is correct and should be there.  You need to determine why when that body class is correct your form does not display in IE9.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magnumcreative on "IE9 form not loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie9-form-not-loading#post-74844</link>
			<pubDate>Tue, 11 Sep 2012 17:12:19 +0000</pubDate>
			<dc:creator>magnumcreative</dc:creator>
			<guid isPermaLink="false">74844@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For those who want a quick fix to this issue use&#60;br /&#62;
.gf_browser_ie.gf_browser_ie9.gform_wrapper {display: block!important}&#60;/p&#62;
&#60;p&#62;However I am still looking to GFrom as to where the inline style is being written from...seems like a IE9 bug that crept in with the latest update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magnumcreative on "IE9 form not loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie9-form-not-loading#post-74843</link>
			<pubDate>Tue, 11 Sep 2012 16:53:47 +0000</pubDate>
			<dc:creator>magnumcreative</dc:creator>
			<guid isPermaLink="false">74843@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've traced the issue to the following&#60;br /&#62;
&#38;lt;div class=&#34;gf_browser_ie gf_browser_ie9 gform_wrapper&#34; id=&#34;gform_wrapper_1&#34; style=&#34;display: none;&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;There is an INLINE style of DISPLAY:NONE being outputted...but only outputted if I am using IE9.&#60;/p&#62;
&#60;p&#62;Where does this come from?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magnumcreative on "IE9 form not loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie9-form-not-loading#post-74842</link>
			<pubDate>Tue, 11 Sep 2012 16:49:57 +0000</pubDate>
			<dc:creator>magnumcreative</dc:creator>
			<guid isPermaLink="false">74842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Even tried placing the following in the head thinking it would help but did not.&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;X-UA-Compatible&#34; content=&#34;IE=EmulateIE7&#34; &#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magnumcreative on "IE9 form not loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie9-form-not-loading#post-74841</link>
			<pubDate>Tue, 11 Sep 2012 16:48:49 +0000</pubDate>
			<dc:creator>magnumcreative</dc:creator>
			<guid isPermaLink="false">74841@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have noticed that forms no longer load in IE9.&#60;br /&#62;
URL: &#60;a href=&#34;http://redbull.magnuminteractive.com/&#34; rel=&#34;nofollow&#34;&#62;http://redbull.magnuminteractive.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've pulled all CSS, JS and plugins as well as swapping back to the default theme and this issue is consistently the same. Only IE9 won't render the form.&#60;/p&#62;
&#60;p&#62;The form is being loading with the template.&#60;br /&#62;
Urgent help will be appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
