<?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 default value</title>
		<link>https://legacy.forums.gravityhelp.com/topic/clear-default-value</link>
		<description>Gravity Support Forums Topic: clear default value</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:18:18 +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-default-value" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "clear default value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-default-value#post-72912</link>
			<pubDate>Tue, 28 Aug 2012 10:54:34 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72912@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool, glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rlpartida on "clear default value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-default-value#post-72905</link>
			<pubDate>Tue, 28 Aug 2012 10:32:30 +0000</pubDate>
			<dc:creator>rlpartida</dc:creator>
			<guid isPermaLink="false">72905@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Chris and Rob for your help... &#60;/p&#62;
&#60;p&#62;The path was wrong as Chris suggested... &#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "clear default value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-default-value#post-72843</link>
			<pubDate>Tue, 28 Aug 2012 00:25:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72843@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The file is not likely named &#60;strong&#62;js:gravity.js&#60;/strong&#62; and is probably not in the root folder of the website.  Follow the format of the links to the other scripts, and store your script in the same place and I think you will have it.  Your link may look something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://www.straightforex.com/blog-de-forex/wp-content/themes/yoo_subway_wp/js/gravity.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>rlpartida on "clear default value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-default-value#post-72822</link>
			<pubDate>Mon, 27 Aug 2012 19:18:06 +0000</pubDate>
			<dc:creator>rlpartida</dc:creator>
			<guid isPermaLink="false">72822@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Rob, thanks for your quick answer: &#60;/p&#62;
&#60;p&#62;I added it to the js folder's theme, and it's got this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function() {

	jQuery.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;
		}
	});
};
jQuery(&#38;quot;.clearit input, .clearit textarea&#38;quot;).cleardefault();

});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "clear default value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-default-value#post-72821</link>
			<pubDate>Mon, 27 Aug 2012 19:03:07 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72821@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What is this file in reference to: &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/4204538c-8636-4fef-9b74-b8de7b29de9b/48c4ec2dea86673f2c3f0d2c63930a48&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rlpartida on "clear default value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clear-default-value#post-72817</link>
			<pubDate>Mon, 27 Aug 2012 18:23:20 +0000</pubDate>
			<dc:creator>rlpartida</dc:creator>
			<guid isPermaLink="false">72817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I followed the instructions here :&#60;/p&#62;
&#60;p&#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;To clear the defaul values to no avail! &#60;/p&#62;
&#60;p&#62;I appreciate your help. Here is the site:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.straightforex.com/esp/&#34; rel=&#34;nofollow&#34;&#62;http://www.straightforex.com/esp/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
