<?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 Logic Won&#039;t Display</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logic-wont-display</link>
		<description>Gravity Support Forums Topic: Form With Conditional Logic Won&#039;t Display</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 04:17:08 +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-logic-wont-display" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Form With Conditional Logic Won&#039;t Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logic-wont-display#post-14014</link>
			<pubDate>Tue, 07 Dec 2010 13:25:21 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14014@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is your site has Javascript errors unrelated to Gravity Forms.  As soon as a Javascript error occurs, it quits executing.  So the Gravity Forms conditional logic is never executed because of other errors on the page.&#60;/p&#62;
&#60;p&#62;See this screenshot:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/7M5Z&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7M5Z&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evandiaz on "Form With Conditional Logic Won&#039;t Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logic-wont-display#post-14011</link>
			<pubDate>Tue, 07 Dec 2010 13:17:41 +0000</pubDate>
			<dc:creator>evandiaz</dc:creator>
			<guid isPermaLink="false">14011@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;here you go:&#60;br /&#62;
&#60;a href=&#34;http://pajamaforest.com/2010/12/07/test-post/&#34; rel=&#34;nofollow&#34;&#62;http://pajamaforest.com/2010/12/07/test-post/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form With Conditional Logic Won&#039;t Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logic-wont-display#post-14008</link>
			<pubDate>Tue, 07 Dec 2010 13:15:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post a link to a page containing the form so we can inspect it and see if we can see anything that looks out of sorts.  The XML export file itself is of no use because we won't run into the issue on our end, it's going to be a theme related issue or possibly a plugin conflict specific to your site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evandiaz on "Form With Conditional Logic Won&#039;t Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-conditional-logic-wont-display#post-13995</link>
			<pubDate>Tue, 07 Dec 2010 12:21:50 +0000</pubDate>
			<dc:creator>evandiaz</dc:creator>
			<guid isPermaLink="false">13995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to make a form, everything works until I turn on conditional on. The form just won't display, in preview or on my live site&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pajamaforest.com/gravityforms-export-2010-12-07.xml&#34; rel=&#34;nofollow&#34;&#62;http://pajamaforest.com/gravityforms-export-2010-12-07.xml&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Searching the forums, I found one admin suggest adding the following block of code to my theme's functions.php, tried that and it didn't work (I added it to the very end, just before the &#60;code&#62;?&#38;gt;&#60;/code&#62;).&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_enqueue_script(&#38;quot;gforms_ui_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/jquery-ui/ui.datepicker.js&#38;quot;, array(&#38;quot;jquery&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/datepicker.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_conditional_logic_lib&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/conditional_logic.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_style(&#38;quot;gforms_css&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/css/forms.css&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The funny thing is I just made another site with tons of conditional logic and everything worked just fine without editing any theme files. For some reason it's giving me problems with even the simplest of conditional logic :\
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
