<?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: Conditional Logic Broken</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-broken</link>
		<description>Gravity Support Forums Topic: Conditional Logic Broken</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:16:58 +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/conditional-logic-broken" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Conditional Logic Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-broken#post-71660</link>
			<pubDate>Mon, 20 Aug 2012 01:58:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71660@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Andy, I replied to your email.  Please post your findings here. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Conditional Logic Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-broken#post-71585</link>
			<pubDate>Sat, 18 Aug 2012 22:08:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71585@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We will need to see the form online to be able to help you with this.  Please post a link to the site with the required auth.  If you can't post it here, please email to &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; and I will take a look at it for you.  It may not be a JavaScript error which will show up in Inspector, but it can be the wrong jQuery version or multiple jQuery version being loaded.  We'll have to see it to know for sure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sizeable on "Conditional Logic Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-broken#post-71569</link>
			<pubDate>Sat, 18 Aug 2012 16:51:11 +0000</pubDate>
			<dc:creator>Sizeable</dc:creator>
			<guid isPermaLink="false">71569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having a similar issue. No Javascript errors (confirmed via Inspector)... but the difference is I'm calling the form directly via function gravity_form( $id, false, false, false, false, true ); &#60;/p&#62;
&#60;p&#62;Could this be why? Can provide URL and HTTP auth (client dev site) to show – nothing is executing to turn off the display:none;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Conditional Logic Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-broken#post-66644</link>
			<pubDate>Tue, 17 Jul 2012 09:39:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66644@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It needs to be in the &#38;lt;head&#38;gt; for Gravity Forms to work.  It needs to be present in the beginning of the page for the page to render properly.  Can you remove your call to jQuery in the footer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mixd on "Conditional Logic Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-broken#post-66635</link>
			<pubDate>Tue, 17 Jul 2012 08:22:01 +0000</pubDate>
			<dc:creator>Mixd</dc:creator>
			<guid isPermaLink="false">66635@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm yeah. It's because jQuery is included in the &#38;lt;head&#38;gt; and also at the bottom of the page. Is there any way I can deregister jQuery to stop Gravity Forms adding it in the &#38;lt;head&#38;gt;, with functions.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Conditional Logic Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-broken#post-66634</link>
			<pubDate>Tue, 17 Jul 2012 08:16:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The &#34;display:none&#34; is added to any form with conditional logic.  Then jQuery is used to unhide the form.  If the form cannot be unhidden, it's usually due to a JavaScript or jQuery error.  You overrode that with CSS but you masked the problem, but did not fix it.  You should remove that so we can find the source of the problem rather than address the symptom.&#60;/p&#62;
&#60;p&#62;I see this JavaScript error right now:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
Timestamp: 7/17/2012 7:13:09 AM
Error: window.gf_form_conditional_logic is undefined
Source File: &#60;a href=&#34;http://southtees.mixd.co.uk/wp-content/plugins/gravityforms/js/conditional_logic.js?ver=1.6.4.5&#34; rel=&#34;nofollow&#34;&#62;http://southtees.mixd.co.uk/wp-content/plugins/gravityforms/js/conditional_logic.js?ver=1.6.4.5&#60;/a&#62;
Line: 21&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The first step in finding and fixing this problem is to test for plugin and theme conflicts.  Start here &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mixd on "Conditional Logic Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-broken#post-66633</link>
			<pubDate>Tue, 17 Jul 2012 08:11:07 +0000</pubDate>
			<dc:creator>Mixd</dc:creator>
			<guid isPermaLink="false">66633@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;I'm using Gravity Forms version 1.6.4.5 with WordPress version 3.4.1&#60;/p&#62;
&#60;p&#62;I am trying to create a form with conditional logic but am getting a couple of problems.&#60;/p&#62;
&#60;p&#62;The form in question is here:&#60;br /&#62;
&#60;a href=&#34;http://southtees.mixd.co.uk/patients-visitors/rearrange-or-cancel-an-appointment-conditional/&#34; rel=&#34;nofollow&#34;&#62;http://southtees.mixd.co.uk/patients-visitors/rearrange-or-cancel-an-appointment-conditional/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;A couple of issues:&#60;/p&#62;
&#60;p&#62;- Oddly, when I apply any conditional logic to the form, it is adding &#60;code&#62;style=&#38;quot;display: none;&#38;quot;&#60;/code&#62; onto &#60;code&#62;.gform_wrapper&#60;/code&#62;. I've had to use an &#60;code&#62;!important&#60;/code&#62; line in the CSS to overwrite it&#60;/p&#62;
&#60;p&#62;- Conditional logic is applied to both the radio buttons and the checkbox. If you click on either I get &#60;code&#62;Uncaught TypeError: Cannot read property &#38;#39;6&#38;#39; of undefined&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Can someone please take a look and help out? Much appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
