<?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: One Form Not Showing - Jquery Related?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/one-form-not-showing-jquery-related</link>
		<description>Gravity Support Forums Topic: One Form Not Showing - Jquery Related?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:10:41 +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/one-form-not-showing-jquery-related" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "One Form Not Showing - Jquery Related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-form-not-showing-jquery-related#post-129934</link>
			<pubDate>Wed, 23 Jan 2013 23:56:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">129934@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jaja935 on "One Form Not Showing - Jquery Related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-form-not-showing-jquery-related#post-129760</link>
			<pubDate>Wed, 23 Jan 2013 20:27:13 +0000</pubDate>
			<dc:creator>jaja935</dc:creator>
			<guid isPermaLink="false">129760@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, that was the issue! Thanks for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "One Form Not Showing - Jquery Related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-form-not-showing-jquery-related#post-129732</link>
			<pubDate>Wed, 23 Jan 2013 19:17:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">129732@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think the Theme is probably what is including jQuery 1.9.0.  You might be able to fix that by finding out how they did that, and just remove that function and letting WordPress enqueue the proper version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jaja935 on "One Form Not Showing - Jquery Related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-form-not-showing-jquery-related#post-129731</link>
			<pubDate>Wed, 23 Jan 2013 19:15:28 +0000</pubDate>
			<dc:creator>jaja935</dc:creator>
			<guid isPermaLink="false">129731@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a feeling it's related to the theme so I will go ahead and test that.&#60;/p&#62;
&#60;p&#62;The form does not appear in preview.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "One Form Not Showing - Jquery Related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-form-not-showing-jquery-related#post-129726</link>
			<pubDate>Wed, 23 Jan 2013 19:07:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">129726@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see three JavaScript errors on this page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Timestamp: 1/23/13 4:56:56 PM
Error: TypeError: jQuery.browser is undefined
Source File: &#60;a href=&#34;http://www.spuncast.com/wp-content/themes/rttheme15/js/script.js?ver=3.4.2&#34; rel=&#34;nofollow&#34;&#62;http://www.spuncast.com/wp-content/themes/rttheme15/js/script.js?ver=3.4.2&#60;/a&#62;
Line: 212

Timestamp: 1/23/13 4:57:00 PM
Error: TypeError: a.browser is undefined
Source File: &#60;a href=&#34;http://www.spuncast.com/wp-content/plugins/gravityforms/js/jquery.maskedinput-1.3.min.js?ver=1.6.11&#34; rel=&#34;nofollow&#34;&#62;http://www.spuncast.com/wp-content/plugins/gravityforms/js/jquery.maskedinput-1.3.min.js?ver=1.6.11&#60;/a&#62;
Line: 7

Timestamp: 1/23/13 4:57:00 PM
Error: TypeError: jQuery(...).mask is not a function
Source File: &#60;a href=&#34;http://www.spuncast.com/online-job-application/&#34; rel=&#34;nofollow&#34;&#62;http://www.spuncast.com/online-job-application/&#60;/a&#62;
Line: 284&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Looking at the source of the page, I see a few problems:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;You're loading jQuery 1.9.0 from googleapis.  You should be using jQuery 1.8.3 with WordPress 3.5&#60;/li&#62;
&#60;li&#62;You're using WordPress 3.4.2 &#60;/li&#62;
&#60;li&#62;You're loading 4 scripts after the closing &#38;lt; html &#38;gt; tag in the page. That's not valid.&#60;/li&#62;
&#60;li&#62;You're using WP Super Cache.  Please test without this to see if it makes any difference&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;I think the main problem is that you are using an older WordPress with a future jQuery.  If possible and your themes and plugins are compatible, I would update WordPress to 3.5, then let WordPress do its job of including jQuery 1.8.3, not 1.9.0.  &#60;/p&#62;
&#60;p&#62;If instead you'd like to check for theme and plugin conflicts, please use our troubleshooting instructions 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;Also, does the form work in the form preview?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jaja935 on "One Form Not Showing - Jquery Related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-form-not-showing-jquery-related#post-129711</link>
			<pubDate>Wed, 23 Jan 2013 18:24:23 +0000</pubDate>
			<dc:creator>jaja935</dc:creator>
			<guid isPermaLink="false">129711@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just updated Gravity Forms and four of the forms on a client's site work fine, however one does not. Looking at the Console in Chrome, I see errors related to jquery.maskedinput-1.3.min.js&#60;/p&#62;
&#60;p&#62;Any ideas on what could be wrong with just this one form? &#60;a href=&#34;http://www.spuncast.com/online-job-application/&#34; rel=&#34;nofollow&#34;&#62;http://www.spuncast.com/online-job-application/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
