<?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 Not Showing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-6</link>
		<description>Gravity Support Forums Topic: Form Not Showing</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:37:26 +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-not-showing-6" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-6#post-183294</link>
			<pubDate>Sun, 24 Mar 2013 18:54:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">183294@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You will need to find out what in the theme is adding that, or which plugin is.  You can use the troubleshooting steps found 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;</description>
		</item>
		<item>
			<title>piklawgroup on "Form Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-6#post-183202</link>
			<pubDate>Sun, 24 Mar 2013 17:31:25 +0000</pubDate>
			<dc:creator>piklawgroup</dc:creator>
			<guid isPermaLink="false">183202@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks.  I have no idea how to eliminate old jquery libraries.  I eliminated the 1.3.2 lines from my custom_functions.php file.  I can't find the 1.4 instance.  Any assistance would be greatly appreciated. &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-6#post-183152</link>
			<pubDate>Sun, 24 Mar 2013 16:38:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">183152@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You have multiple old copies of jQuery being loaded in your page, in addition to the proper 1.8.3 version of the library.  See these lines in the source of your page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;1938: &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

1926: &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

1916: &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

47: (this one is correct) &#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://www.piklawgroup.com/wp-includes/js/jquery/jquery.js?ver=1.8.3&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Get rid of the old libraries and multiple copies and check your page again.  If there are no other JavaScript errors on the page, the form with conditional logic should work correctly.&#60;/p&#62;
&#60;p&#62;There is also a bunch of improperly nested tags and invalid HTML.  You may have problems in various browsers with the invalid markup.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>piklawgroup on "Form Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-6#post-183130</link>
			<pubDate>Sun, 24 Mar 2013 16:13:09 +0000</pubDate>
			<dc:creator>piklawgroup</dc:creator>
			<guid isPermaLink="false">183130@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, sorry I was trying to update my footer by adding &#34;&#38;lt;? php wp_footer(); ?&#38;gt;&#34; in my custom_functions.php file (I don't see a footer.php file) and I messed it up.  Should be up and running now.  &#60;/p&#62;
&#60;p&#62;I have no idea how to determine what version of JQuery I'm running.  Please advise.&#60;br /&#62;
No, I have not tested for plugin or theme conflict just yet&#60;br /&#62;
I opened the javascript console and got the following error: &#60;/p&#62;
&#60;p&#62;&#34;Uncaught TypeError: Cannot set property 'className' of undefined ddsmoothmenu.js:42&#60;br /&#62;
ddsmoothmenu.buildmenu ddsmoothmenu.js:42&#60;br /&#62;
(anonymous function) ddsmoothmenu.js:121&#60;br /&#62;
(anonymous function) jquery.min.js:19&#60;br /&#62;
o.extend.each jquery.min.js:12&#60;br /&#62;
o.extend.ready jquery.min.js:19&#60;br /&#62;
(anonymous function) jquery.min.js:19&#34;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Form Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-6#post-183110</link>
			<pubDate>Sun, 24 Mar 2013 15:54:23 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">183110@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I try to view your page I get a HTTP Error 500 (Internal Server Error)&#60;/p&#62;
&#60;p&#62;What version of jQuery are you loading and where is it being loaded, in the header or in the footer?  Are there any JavaScript errors being reported by the web browser (Ctrl + Shift + J in Chrome)&#60;br /&#62;
Have you tried testing for a plugin/theme conflict &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>piklawgroup on "Form Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-6#post-183074</link>
			<pubDate>Sun, 24 Mar 2013 15:18:03 +0000</pubDate>
			<dc:creator>piklawgroup</dc:creator>
			<guid isPermaLink="false">183074@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;so I've discovered that it is the conditional logic that prevents it from showing.  Any ideas on what I can do to get this form to show while retaining conditional logic?&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>piklawgroup on "Form Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-6#post-183070</link>
			<pubDate>Sun, 24 Mar 2013 15:01:51 +0000</pubDate>
			<dc:creator>piklawgroup</dc:creator>
			<guid isPermaLink="false">183070@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just created a new form and posted it to this page: &#60;a href=&#34;http://www.piklawgroup.com/business-entities/&#34; rel=&#34;nofollow&#34;&#62;http://www.piklawgroup.com/business-entities/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it's not showing.  If I add a previous form to this page, that form shows.  Please assist with why my new form id=3 Name=New Entity isn't showing. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
