<?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: Form with conditional logics not working in ie 7</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logics-not-working-in-ie-7</link>
		<description>Gravity Support Forums Topic: Form with conditional logics not working in ie 7</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:25:16 +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/form-with-conditional-logics-not-working-in-ie-7" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Form with conditional logics not working in ie 7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logics-not-working-in-ie-7#post-127688</link>
			<pubDate>Mon, 21 Jan 2013 13:43:26 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">127688@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for all the troubleshooting! We will certainly make that change in our upcoming release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form with conditional logics not working in ie 7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logics-not-working-in-ie-7#post-127606</link>
			<pubDate>Mon, 21 Jan 2013 11:42:21 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">127606@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there, I'll let our development team know about what you've found. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carl@mapmagazine.com.au on "Form with conditional logics not working in ie 7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logics-not-working-in-ie-7#post-126979</link>
			<pubDate>Sun, 20 Jan 2013 20:43:32 +0000</pubDate>
			<dc:creator>carl@mapmagazine.com.au</dc:creator>
			<guid isPermaLink="false">126979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Our developer has worked out the issue with IE7 conditional logic, which may work for you.&#60;/p&#62;
&#60;p&#62;It's pretty straightforward - in &#60;code&#62;js/conditional_logic.js&#60;/code&#62; there is a line inside the &#60;code&#62;gf_apply_field_rule()&#60;/code&#62; function which looks like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;action = gf_check_field_rule(formId, fieldId, isInit, callback);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It should instead look like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;var action = gf_check_field_rule(formId, fieldId, isInit, callback);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That's all - some variable named &#34;action&#34; in IE7's global scope conflicts with this code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form with conditional logics not working in ie 7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logics-not-working-in-ie-7#post-82122</link>
			<pubDate>Thu, 18 Oct 2012 22:32:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">82122@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I could not recreate this issue when using IE9 in IE7 mode.  We no longer have IE7 around to test with.  Here is a screenshot: &#60;a href=&#34;http://grab.by/gR8U&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/gR8U&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As far as turning off conditional logic when an older browser is detected, the conditional logic would not work like that.  I think you can detect the browser when they land on your page, then display a form conditionally: one with conditional logic for modern browsers and the one without conditional logic for IE7.  You would have to run that conditional statement after detecting the browser and before deciding which form to display.  You could add the PHP code to your page template.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dcnmyers on "Form with conditional logics not working in ie 7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logics-not-working-in-ie-7#post-81980</link>
			<pubDate>Thu, 18 Oct 2012 07:12:17 +0000</pubDate>
			<dc:creator>dcnmyers</dc:creator>
			<guid isPermaLink="false">81980@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok I tried turning off all plugins so it is not a Jquery conflict issue.  I also show on the link above that IE7 is not support but here is the problem by default IE8 which is support is the compatibility mode and always most IE8 default to this which is IE7 so if you support IE8 then you have to support IE7.  &#60;a href=&#34;http://stackoverflow.com/questions/4457851/ie8-rendering-as-ie7-by-default&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/4457851/ie8-rendering-as-ie7-by-default&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a way to have the conditional logic turn off automatically and just show all fields on older browsers like IE7?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form with conditional logics not working in ie 7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logics-not-working-in-ie-7#post-81870</link>
			<pubDate>Wed, 17 Oct 2012 22:44:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81870@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In IE7, does the form work properly in the form preview?    If so, it is likely a JavaScript or jQuery error causing the form not to display.  Additionally, we do not officially support IE7.  Please see here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/need-help-with-formatting-for-ie7#post-75104&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/need-help-with-formatting-for-ie7#post-75104&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dcnmyers on "Form with conditional logics not working in ie 7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logics-not-working-in-ie-7#post-81738</link>
			<pubDate>Wed, 17 Oct 2012 10:57:13 +0000</pubDate>
			<dc:creator>dcnmyers</dc:creator>
			<guid isPermaLink="false">81738@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When viewing the form in IE 7 any form with conditional logistic not showing.  Other browsers are fine.  This is happening on more than one site.  I have turned off all plugins and still no luck.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.louisvillemarketing.net/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.louisvillemarketing.net/contact/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.louisvillehomeinspections.net/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.louisvillehomeinspections.net/contact/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
