<?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: Bug that I can&#039;t figure out</title>
		<link>https://legacy.forums.gravityhelp.com/topic/bug-that-i-cant-figure-out</link>
		<description>Gravity Support Forums Topic: Bug that I can&#039;t figure out</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:13:39 +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/bug-that-i-cant-figure-out" rel="self" type="application/rss+xml" />

		<item>
			<title>kbdunham on "Bug that I can&#039;t figure out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-that-i-cant-figure-out#post-66971</link>
			<pubDate>Wed, 18 Jul 2012 23:41:24 +0000</pubDate>
			<dc:creator>kbdunham</dc:creator>
			<guid isPermaLink="false">66971@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you. That fixed the problem. I think the clue on why it wasn't working can be found on the page you sent me to regarding the gravity_form_enqueue_scripts filter. At the top of the page, it states... This is useful when manually embedding a form outside the WordPress loop.&#60;/p&#62;
&#60;p&#62;Even though the form is placed within a &#34;sidebar&#34; and uses a widget, it actually isn't inside the Wordpress loop. Which is probably why it does work when another form is placed elsewhere on the page within the loop.&#60;/p&#62;
&#60;p&#62;So that definitely solves the problem.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Bug that I can&#039;t figure out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-that-i-cant-figure-out#post-66811</link>
			<pubDate>Wed, 18 Jul 2012 07:27:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is most certainly that jQuery is not defined on the pages where the placeholder text will not clear.  See the JavaScript error on this page &#60;a href=&#34;http://testing.musedigitaldesign.com/site8/&#34; rel=&#34;nofollow&#34;&#62;http://testing.musedigitaldesign.com/site8/&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Timestamp: 7/18/2012 6:23:47 AM
Error: jQuery is not defined
Source File: &#60;a href=&#34;http://testing.musedigitaldesign.com/site8/wp-content/themes/NewLifePurpose/gravityforms.js&#34; rel=&#34;nofollow&#34;&#62;http://testing.musedigitaldesign.com/site8/wp-content/themes/NewLifePurpose/gravityforms.js&#60;/a&#62;
Line: 3&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not sure why jQuery is not being included (that will require some troubleshooting on your part). Can you try adding it using the gravity_form_enqueue_scripts filter?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kbdunham on "Bug that I can&#039;t figure out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-that-i-cant-figure-out#post-66808</link>
			<pubDate>Wed, 18 Jul 2012 07:21:37 +0000</pubDate>
			<dc:creator>kbdunham</dc:creator>
			<guid isPermaLink="false">66808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have created a &#34;sidebar&#34; in the header's template and then placed the form using the Gravity form widget.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Bug that I can&#039;t figure out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-that-i-cant-figure-out#post-66799</link>
			<pubDate>Wed, 18 Jul 2012 06:58:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66799@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How are you putting the form into the header?  If it's hard coded in the template or using the function call, you will need to enqueue the scripts and styles yourselves.  When you have another form on the page, it's possible the scripts are being enqueued properly, and those required scripts are available for the header form.&#60;/p&#62;
&#60;p&#62;One of these may be required:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_enqueue_scripts&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kbdunham on "Bug that I can&#039;t figure out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-that-i-cant-figure-out#post-66765</link>
			<pubDate>Wed, 18 Jul 2012 02:20:22 +0000</pubDate>
			<dc:creator>kbdunham</dc:creator>
			<guid isPermaLink="false">66765@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just an aside:&#60;/p&#62;
&#60;p&#62;As a test, I placed an invisible form at the bottom of a page. When I did that, the javascript for the form in the page's header started working. &#60;/p&#62;
&#60;p&#62;So the scenario is...if there is another form on the page, the javascript in the header works. If the header form is the only form on the page, the javascript doesn't work.&#60;/p&#62;
&#60;p&#62;Does anyone know what is it about the second form on the page that is making the javascript for the header form work properly?? And what can I do that doesn't involve putting a hidden form on each page to make that script work in the page's header.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kbdunham on "Bug that I can&#039;t figure out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-that-i-cant-figure-out#post-66764</link>
			<pubDate>Wed, 18 Jul 2012 01:37:59 +0000</pubDate>
			<dc:creator>kbdunham</dc:creator>
			<guid isPermaLink="false">66764@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to implement the Javascript technique of clearing a default field of a form on click. I have read on the forum two places that describe how to do it...&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/where-should-i-place-custom-jquery&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/where-should-i-place-custom-jquery&#60;/a&#62; and&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have more than one form on my website but my concern is the form in the header. This technique is being used on a form in my header on all pages - an example is here...&#60;br /&#62;
&#60;a href=&#34;http://testing.musedigitaldesign.com/site8/&#34; rel=&#34;nofollow&#34;&#62;http://testing.musedigitaldesign.com/site8/&#60;/a&#62; and the form at the bottom of the this page...&#60;br /&#62;
&#60;a href=&#34;http://testing.musedigitaldesign.com/site8/products/success-workshops/&#34; rel=&#34;nofollow&#34;&#62;http://testing.musedigitaldesign.com/site8/products/success-workshops/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The technique will work for both the form in header and the form at the bottom of the page on the second link. But for some reason, it will not work on the header form on any other page.&#60;/p&#62;
&#60;p&#62;Does this bug make any sense to anyone? I'm baffled by it.&#60;/p&#62;
&#60;p&#62;Like I said, this same bug occurs with either technique from the top of this post.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
