<?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: Two forms one works one doesn&#039;t</title>
		<link>https://legacy.forums.gravityhelp.com/topic/two-forms-one-works-one-doesnt</link>
		<description>Gravity Support Forums Topic: Two forms one works one doesn&#039;t</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:56:32 +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/two-forms-one-works-one-doesnt" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Two forms one works one doesn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-forms-one-works-one-doesnt#post-124506</link>
			<pubDate>Thu, 17 Jan 2013 13:23:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">124506@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is a JavaScript error on  the page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Timestamp: 1/17/2013 11:17:12 AM
Error: TypeError: jQuery(...).textareaCount is not a function
Source File: &#60;a href=&#34;http://www.directactionmedia.com/upload-ads/&#34; rel=&#34;nofollow&#34;&#62;http://www.directactionmedia.com/upload-ads/&#60;/a&#62;
Line: 252&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You are including jQuery 1.9.0 with this script tag:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And then later in the page, 1.7.1 with this tag:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script src=&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and then 1.8.3 coming from WordPress directly:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://www.directactionmedia.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;And finally, 1.5.1 later in the page:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That's 4 jQuery versions.  You should only have one.  It should be enqueued by WordPress and should be version 1.8.3 in the head of the page.  Get rid of all the other ones, then make sure all your other scripts continue to work, because many of those other scripts (coming from either the theme itself or plugins) are adding in their own jQuery the wrong way.  If you let WordPress enqueue the 1.8.3 jQuery correctly, you may need to change these other scripts or plugins to do things correctly as well.&#60;/p&#62;
&#60;p&#62;For example, this code may throw an error (&#34;$ is not a function&#34;) in WordPress:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
$(function() {
    $(&#38;#39;#accordion &#38;gt; li&#38;#39;).hover(
        function () {
            var $this = $(this);
            $this.stop().animate({&#38;#39;width&#38;#39;:&#38;#39;270px&#38;#39;},500);
            $(&#38;#39;.heading&#38;#39;,$this).stop(true,true).fadeOut();
            $(&#38;#39;.bgDescription&#38;#39;,$this).stop(true,true).slideDown(500);
            $(&#38;#39;.description&#38;#39;,$this).stop(true,true).fadeIn();
        },
        function () {
            var $this = $(this);
            $this.stop().animate({&#38;#39;width&#38;#39;:&#38;#39;90px&#38;#39;},1000);
            $(&#38;#39;.heading&#38;#39;,$this).stop(true,true).fadeIn();
            $(&#38;#39;.description&#38;#39;,$this).stop(true,true).fadeOut(500);
            $(&#38;#39;.bgDescription&#38;#39;,$this).stop(true,true).slideUp(700);
        }
    );
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You will have to get your jQuery version straightened out then we can see if your form displays properly, or if there are other JavaScript errors preventing your form from working correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>directactionmedia on "Two forms one works one doesn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-forms-one-works-one-doesnt#post-124495</link>
			<pubDate>Thu, 17 Jan 2013 13:11:38 +0000</pubDate>
			<dc:creator>directactionmedia</dc:creator>
			<guid isPermaLink="false">124495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have two forms on our company website... &#60;a href=&#34;http://www.directactionmedia.com/upload-ads/&#34; rel=&#34;nofollow&#34;&#62;http://www.directactionmedia.com/upload-ads/&#60;/a&#62; and &#60;a href=&#34;http://www.directactionmedia.com/advertise/&#34; rel=&#34;nofollow&#34;&#62;http://www.directactionmedia.com/advertise/&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;The one on the advertise page displays fine however the one on the uploads page will not display at all. I thought it was because one had conditional logic enable however I have created a simpler version with no conditional logic and it is still not working.&#60;/p&#62;
&#60;p&#62;please help... any other suggestions?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
