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

		<item>
			<title>David Peralty on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55329</link>
			<pubDate>Mon, 16 Apr 2012 08:43:32 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">55329@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to hear it all got sorted out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mark jones on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55275</link>
			<pubDate>Sat, 14 Apr 2012 14:07:20 +0000</pubDate>
			<dc:creator>mark jones</dc:creator>
			<guid isPermaLink="false">55275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks,&#60;/p&#62;
&#60;p&#62;that worked&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55266</link>
			<pubDate>Sat, 14 Apr 2012 13:11:06 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">55266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Replace this line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/includes/js/jquery-142.js?ver=1.4.1&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;/wp-includes/js/jquery/jquery.js?ver=1.7.1&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That's assuming you're using the latest version of WordPress.  If you're not, you could  replace it with this instead:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js?ver=1.7.1&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mark jones on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55265</link>
			<pubDate>Sat, 14 Apr 2012 12:52:59 +0000</pubDate>
			<dc:creator>mark jones</dc:creator>
			<guid isPermaLink="false">55265@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI&#60;/p&#62;
&#60;p&#62;Okay, but how do i fix?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55241</link>
			<pubDate>Fri, 13 Apr 2012 20:51:29 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">55241@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The reason the &#34;wp_enqueue_script&#34; and &#34;wp_enqueue_style&#34; functions aren't used in that example is that we only wanted to load Gravity Forms scripts/CSS on that page and not all the other scripts/styles added by the theme or other plugins. The omission was intentional.&#60;/p&#62;
&#60;p&#62;I'm guessing Mark grabbed this example from a 2 year old post and didn't know to update the jQuery  version or just didn't notice it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55222</link>
			<pubDate>Fri, 13 Apr 2012 15:58:16 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">55222@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're loading a very old version of jQuery, which I'm guessing is a big factor in the problems you're encountering.   You can download the latest here:  &#60;a href=&#34;http://docs.jquery.com/Downloading_jQuery&#34; rel=&#34;nofollow&#34;&#62;Downloading jQuery&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Really the template is not designed very well - you should be using wp_enqueue_script for your js and wp_enqueue_style for your styles, but I'm going to assume you've got a good reason not to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mark jones on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55219</link>
			<pubDate>Fri, 13 Apr 2012 15:40:20 +0000</pubDate>
			<dc:creator>mark jones</dc:creator>
			<guid isPermaLink="false">55219@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Thanks for the link, i cheked the page template and its there&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
 /*
 Template Name: plain page
 */
?&#38;gt;
&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&#38;quot;
  &#38;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#38;quot;&#38;gt;
&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; xml:lang=&#38;quot;en&#38;quot; lang=&#38;quot;en&#38;quot;&#38;gt;
&#38;lt;head&#38;gt;
  &#38;lt;meta http-equiv=&#38;quot;Content-type&#38;quot; content=&#38;quot;text/html; charset=utf-8&#38;quot; /&#38;gt;
  &#38;lt;meta name=&#38;quot;MSSmartTagsPreventParsing&#38;quot; content=&#38;quot;true&#38;quot; /&#38;gt;
  &#38;lt;meta http-equiv=&#38;quot;Imagetoolbar&#38;quot; content=&#38;quot;No&#38;quot; /&#38;gt;
  &#38;lt;title&#38;gt;My Form Title&#38;lt;/title&#38;gt;
  &#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
  	body {font-size:13px;}
  &#38;lt;/style&#38;gt;
  &#38;lt;link rel=&#38;#39;stylesheet&#38;#39; id=&#38;#39;gforms_css-css&#38;#39;  href=&#38;#39;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;/wp-content/plugins/gravityforms/css/forms.css?ver=3.0.1&#38;#39; type=&#38;#39;text/css&#38;#39; media=&#38;#39;all&#38;#39; /&#38;gt;
  &#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/includes/js/jquery-142.js?ver=1.4.1&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
  &#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;/wp-content/plugins/gravityforms/js/conditional_logic.js?ver=1.3.13.1&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
  &#38;lt;/head&#38;gt;
&#38;lt;body&#38;gt;
  &#38;lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#38;gt;
  &#38;lt;?php the_content(&#38;#39;read more&#38;#39;); ?&#38;gt;
  &#38;lt;?php endwhile; endif; ?&#38;gt;
  &#38;lt;?php wp_footer(); ?&#38;gt;
&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55211</link>
			<pubDate>Fri, 13 Apr 2012 14:56:23 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">55211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;okay, sounds like you may not be enqueuing the scripts properly in your &#34;plain page&#34;. When you view the markup, is there a &#34;display:none&#34; inline style on the form?&#60;/p&#62;
&#60;p&#62;You'll want to make sure the wp_footer is included properly&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/question/why-is-there-a-style-attribute-of-displaynone-being-added-my-form-isnt-showing-up/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/question/why-is-there-a-style-attribute-of-displaynone-being-added-my-form-isnt-showing-up/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;or else you'll need to hard code the paths to the correct js files.. notably the conditional_logic.js file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mark jones on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55204</link>
			<pubDate>Fri, 13 Apr 2012 14:29:54 +0000</pubDate>
			<dc:creator>mark jones</dc:creator>
			<guid isPermaLink="false">55204@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I'am fairly sure that my logic is set up correctly as if I use the default tempalte rather than &#34;plain page&#34; it works fine.&#60;/p&#62;
&#60;p&#62;Any suggestion?&#60;/p&#62;
&#60;p&#62;if you can send me you ip address I add you to the white list&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "conditional show"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-show#post-55181</link>
			<pubDate>Fri, 13 Apr 2012 09:45:41 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">55181@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can't see your form. &#60;a href=&#34;http://bit.ly/IfQhZU&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/IfQhZU&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;It sounds like you haven't set up your conditional logic correctly, but it's hard to say without seeing the form.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
