<?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: Clear field not working on paged form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/clear-field-not-working-on-paged-form</link>
		<description>Gravity Support Forums Topic: Clear field not working on paged form</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 17:02:42 +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/clear-field-not-working-on-paged-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Clear field not working on paged form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-field-not-working-on-paged-form#post-145306</link>
			<pubDate>Sat, 09 Feb 2013 19:42:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to the page where you embedded the form and it still failed?  It will be easier for me to troubleshoot there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick Hempsey on "Clear field not working on paged form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-field-not-working-on-paged-form#post-145286</link>
			<pubDate>Sat, 09 Feb 2013 19:04:07 +0000</pubDate>
			<dc:creator>Nick Hempsey</dc:creator>
			<guid isPermaLink="false">145286@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris, &#60;/p&#62;
&#60;p&#62;The script for the pull down is just a class toggle for the element wrapper.  Nothing fancy.&#60;/p&#62;
&#60;p&#62;I tried putting the form on a page by itself and it still failed.  I removed a bunch of extra js that I had and it still failed.  &#60;/p&#62;
&#60;p&#62;Also, binding to gform_post_render didn't seem to work either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Clear field not working on paged form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-field-not-working-on-paged-form#post-143385</link>
			<pubDate>Wed, 06 Feb 2013 11:13:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">143385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you using a different script or function for the &#34;Request a Quote&#34; pull down vs. the Contact pull down?&#60;/p&#62;
&#60;p&#62;Does the clearit script in the  &#34;Request a Quote&#34; form work properly when it's not in your toggle/pull down?&#60;/p&#62;
&#60;p&#62;To test your pagination theory, can you put a text field on the first page with default text and see if it will clear?&#60;/p&#62;
&#60;p&#62;It's possible on a multi-page form that you need to initialize the clearit script again.  You can use the gform_post_render hook to do that:  &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_post_render&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick Hempsey on "Clear field not working on paged form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-field-not-working-on-paged-form#post-142826</link>
			<pubDate>Tue, 05 Feb 2013 21:00:17 +0000</pubDate>
			<dc:creator>Nick Hempsey</dc:creator>
			<guid isPermaLink="false">142826@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using the handy jquery snippet for clearing fields, with a slight modification to clear all inputs instead of just ones with .clearit. &#60;/p&#62;
&#60;p&#62;This is working great on one of my standard 1 pages forms, but the other is paged and it's not working. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://2013.studio412design.com&#34; rel=&#34;nofollow&#34;&#62;http://2013.studio412design.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Click &#34;Contact&#34; to see the working form. &#60;/p&#62;
&#60;p&#62;Click &#34;Request a Quote&#34; (above the logo) to see the non-working form. &#60;/p&#62;
&#60;p&#62;I've tried a bunch of stuff, including being more specific in the call and specifying the ID of the input and nothing works.  It's like there is a conflict with the pagination or something.  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$.fn.cleardefault = function() {
			return this.focus(function() {
				if( this.value == this.defaultValue ) {
					this.value = &#38;quot;&#38;quot;;
				}
				}).blur(function() {
				if( !this.value.length ) {
					this.value = this.defaultValue;
				}
			});
		};
		$(&#38;quot;input, textarea, .input, #input_9_7&#38;quot;).cleardefault();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any insight would be helpful.  &#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;-Nick
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
