<?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: ReferenceError: gf_apply_rules is not defined</title>
		<link>https://legacy.forums.gravityhelp.com/topic/referenceerror-gf_apply_rules-is-not-defined</link>
		<description>Gravity Support Forums Topic: ReferenceError: gf_apply_rules is not defined</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:05:36 +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/referenceerror-gf_apply_rules-is-not-defined" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "ReferenceError: gf_apply_rules is not defined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/referenceerror-gf_apply_rules-is-not-defined#post-135317</link>
			<pubDate>Tue, 29 Jan 2013 13:20:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">135317@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You also have an extra style tag in the head, and all the script links are inside of it.  Look at the source of the page and see line 20: that should not be there.&#60;/p&#62;
&#60;p&#62;If you validate the XHTML on the page as suggested a couple replies ago, this will be easier to troubleshoot with less back and forth.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "ReferenceError: gf_apply_rules is not defined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/referenceerror-gf_apply_rules-is-not-defined#post-135315</link>
			<pubDate>Tue, 29 Jan 2013 13:18:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">135315@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see this error now:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Timestamp: 1/29/2013 11:10:00 AM
Error: TypeError: $(...).on is not a function
Source File: &#60;a href=&#34;http://squeekpress-ws4.info/wp-content/plugins/the-events-calendar/resources/events.js?ver=3.5.1&#34; rel=&#34;nofollow&#34;&#62;http://squeekpress-ws4.info/wp-content/plugins/the-events-calendar/resources/events.js?ver=3.5.1&#60;/a&#62;
Line: 14&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That seems to be coming from an events calendar plugin?  Have you already tried disabling plugins by following these instructions? &#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>iessolutions on "ReferenceError: gf_apply_rules is not defined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/referenceerror-gf_apply_rules-is-not-defined#post-135313</link>
			<pubDate>Tue, 29 Jan 2013 13:14:58 +0000</pubDate>
			<dc:creator>iessolutions</dc:creator>
			<guid isPermaLink="false">135313@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
now we have the correct version of jQuery (1.8.3) but we're getting the same error on our page &#60;a href=&#34;http://www.i4es.it/descrivi-sito-web&#34; rel=&#34;nofollow&#34;&#62;http://www.i4es.it/descrivi-sito-web&#60;/a&#62;.  We know we're including two versions but if we remove the second one, we get the following error... &#34;ReferenceError: jQuery is not defined&#34;.&#60;br /&#62;
Can you help us?&#60;/p&#62;
&#60;p&#62;Please check the website again...!&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "ReferenceError: gf_apply_rules is not defined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/referenceerror-gf_apply_rules-is-not-defined#post-135199</link>
			<pubDate>Tue, 29 Jan 2013 11:15:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">135199@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see any errors on that page and the form appears to be working fine. Where do you see this error?&#60;/p&#62;
&#60;p&#62;However, you are including 3 incorrect versions of jQuery in that page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;https://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;

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

&#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;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;WordPress 3.5.1 requires jQuery 1.8.3.  Please let WordPress enqueue the correct jQuery version and get rid of these extra version, and so long as there are no other jQuery or JavaScript errors on the page, I think you will find your forms work properly.&#60;/p&#62;
&#60;p&#62;Also, you have a lot of invalid HTML on the page as well.  Please correct the validation errors if you are able and your page will work more reliably across all browsers:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://validator.w3.org/check?verbose=1&#38;amp;uri=http%3A%2F%2Fwww.i4es.it%2Fdescrivi-sito-web&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/check?verbose=1&#38;amp;uri=http%3A%2F%2Fwww.i4es.it%2Fdescrivi-sito-web&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iessolutions on "ReferenceError: gf_apply_rules is not defined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/referenceerror-gf_apply_rules-is-not-defined#post-134027</link>
			<pubDate>Mon, 28 Jan 2013 11:28:29 +0000</pubDate>
			<dc:creator>iessolutions</dc:creator>
			<guid isPermaLink="false">134027@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;We're getting this error on our page &#60;a href=&#34;http://www.i4es.it/descrivi-sito-web&#34; rel=&#34;nofollow&#34;&#62;http://www.i4es.it/descrivi-sito-web&#60;/a&#62;.&#60;br /&#62;
Tried all possible combinations, cleaned the theme (we use Thesis 1.8.2), disabled all plugins but no luck. We already read all the thread on the support forum.&#60;/p&#62;
&#60;p&#62;Can you help us out?&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;Massimo
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
