<?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: Using conditional logic hides entire form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-conditional-logic-hides-entire-form</link>
		<description>Gravity Support Forums Topic: Using conditional logic hides entire form</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 04:11:17 +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/using-conditional-logic-hides-entire-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Using conditional logic hides entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-conditional-logic-hides-entire-form#post-8251</link>
			<pubDate>Thu, 05 Aug 2010 11:06:41 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8251@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome. Glad it's working now. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>techguytom on "Using conditional logic hides entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-conditional-logic-hides-entire-form#post-8245</link>
			<pubDate>Thu, 05 Aug 2010 10:19:52 +0000</pubDate>
			<dc:creator>techguytom</dc:creator>
			<guid isPermaLink="false">8245@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin, that was it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Using conditional logic hides entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-conditional-logic-hides-entire-form#post-8243</link>
			<pubDate>Thu, 05 Aug 2010 09:01:00 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8243@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@techguytom,&#60;/p&#62;
&#60;p&#62;You need to enqueue the scripts and form css by placing the snippet above in your functions.php file. Forms with conditional logic won't work without it.&#60;/p&#62;
&#60;p&#62;Once you've added that, you should be good to go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>d4web on "Using conditional logic hides entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-conditional-logic-hides-entire-form#post-8238</link>
			<pubDate>Thu, 05 Aug 2010 00:48:56 +0000</pubDate>
			<dc:creator>d4web</dc:creator>
			<guid isPermaLink="false">8238@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm - I bet your theme uses shortcodes and you just don't know it. Have you done a file search for anythin related to &#34;shortcode&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>techguytom on "Using conditional logic hides entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-conditional-logic-hides-entire-form#post-8236</link>
			<pubDate>Thu, 05 Aug 2010 00:15:59 +0000</pubDate>
			<dc:creator>techguytom</dc:creator>
			<guid isPermaLink="false">8236@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a link to the page with the form &#60;a href=&#34;http://173.203.97.192/maidserviceskansascity.com/public/custom-quote/&#34; rel=&#34;nofollow&#34;&#62;http://173.203.97.192/maidserviceskansascity.com/public/custom-quote/&#60;/a&#62;&#60;br /&#62;
This site is not live yet.  I am calling the form with within the template, not as a shortcode.  In fact no shortcodes are being used in the site at all.  A form is on the home page and displays fine, but it's not using any conditional logic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Using conditional logic hides entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-conditional-logic-hides-entire-form#post-8234</link>
			<pubDate>Wed, 04 Aug 2010 22:27:18 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's difficult to say since you didn't include a link to your form. One reason this happens is because of a raw, or noformat shortcode that's been added to the theme. If you look near the footer of the page, you'll see some inline script for the conditional logic. Check to see if the script is wrapped by a &#38;lt;p &#38;gt; tag. If so, that's probably the case.&#60;/p&#62;
&#60;p&#62;You can refer back to this thread for more information.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/form-worked-for-a-while-and-then-disappeared#post-6394&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/form-worked-for-a-while-and-then-disappeared#post-6394&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The other reason could be that you've embedded the form in a widget or via the function call and haven't enqueued the scripts necessary for the conditional logic functionality.&#60;/p&#62;
&#60;p&#62;When using a Gravity Form in a sidebar widget or embedding it anywhere using the function call, you need to manually enqueue the scripts and CSS by placing a short script block in your theme's functions.php file.&#60;/p&#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;Without this, the conditional logic scripts, datepicker script, form CSS and other elements needed for the full form functionality aren't loaded.&#60;/p&#62;
&#60;p&#62;You can find more information at the URL below&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>techguytom on "Using conditional logic hides entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-conditional-logic-hides-entire-form#post-8231</link>
			<pubDate>Wed, 04 Aug 2010 21:45:30 +0000</pubDate>
			<dc:creator>techguytom</dc:creator>
			<guid isPermaLink="false">8231@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Plugin version is 1.3.13.1 - WordPress version 3.1&#60;/p&#62;
&#60;p&#62;I have a comment field that is set to &#34;show&#34; if a checkbox is checked.  When I preview the form everything works as expected.  When the form is viewed on the site this code is output: &#60;/p&#62;
&#60;p&#62;&#38;lt;div style=&#34;display: none;&#34; id=&#34;gform_wrapper_2&#34; class=&#34;gform_wrapper&#34;&#38;gt;&#38;lt;form action=&#34;&#34; class=&#34;&#34; id=&#34;gform_2&#34; enctype=&#34;multipart/form-data&#34; method=&#34;post&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;thus hiding the entire form.  The only other plugin installted is All In One SEO but I've disabled it with the same results.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
