<?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: Add default value for Name field(s)?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields</link>
		<description>Gravity Support Forums Topic: Add default value for Name field(s)?</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 04:15:40 +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/add-default-value-for-name-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>redhillcrea.tv on "Add default value for Name field(s)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields#post-56745</link>
			<pubDate>Fri, 27 Apr 2012 02:44:45 +0000</pubDate>
			<dc:creator>redhillcrea.tv</dc:creator>
			<guid isPermaLink="false">56745@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scratch that.&#60;/p&#62;
&#60;p&#62;This works for some reason on my local WAMP, but NOT on my godaddy hosting?&#60;/p&#62;
&#60;p&#62;Weird much?&#60;/p&#62;
&#60;p&#62;Here is a post of my ongoing saga to include this and similar jQuery into my GF:&#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;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>redhillcrea.tv on "Add default value for Name field(s)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields#post-56742</link>
			<pubDate>Fri, 27 Apr 2012 01:43:35 +0000</pubDate>
			<dc:creator>redhillcrea.tv</dc:creator>
			<guid isPermaLink="false">56742@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;I puzzled over this for a bit then realised that the #input was incorrect.&#60;br /&#62;
I changed :&#60;br /&#62;
#input_1_2.3 to #input_1_2_3  and #input_1_2.6 to #input_1_2_6 . ( replace the period . symbol with an underscore _ ) and this worked fine.&#60;/p&#62;
&#60;p&#62;Well at least for me it did.&#60;/p&#62;
&#60;p&#62;Hope this helps
&#60;/p&#62;</description>
		</item>
		<item>
			<title>redhillcrea.tv on "Add default value for Name field(s)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields#post-56737</link>
			<pubDate>Fri, 27 Apr 2012 00:32:05 +0000</pubDate>
			<dc:creator>redhillcrea.tv</dc:creator>
			<guid isPermaLink="false">56737@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;+1 for this.&#60;/p&#62;
&#60;p&#62;Is there any suggestions to get this to work?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Christopher Wulff on "Add default value for Name field(s)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields#post-24818</link>
			<pubDate>Wed, 04 May 2011 21:49:32 +0000</pubDate>
			<dc:creator>Christopher Wulff</dc:creator>
			<guid isPermaLink="false">24818@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any follow-up? I'm hoping to do this as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan Wold on "Add default value for Name field(s)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields#post-23091</link>
			<pubDate>Tue, 12 Apr 2011 15:51:12 +0000</pubDate>
			<dc:creator>Jonathan Wold</dc:creator>
			<guid isPermaLink="false">23091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Exact same predicament here :). I don't know enough about jQuery to figure out priority. Any ideas or suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mmtrav on "Add default value for Name field(s)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields#post-14821</link>
			<pubDate>Mon, 20 Dec 2010 23:29:52 +0000</pubDate>
			<dc:creator>mmtrav</dc:creator>
			<guid isPermaLink="false">14821@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well.. almost perfectly. I also want the fields to clear when on focus, so I used the script from this link: &#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;Unfortunately it doesn't work with the jquery above used to populate the name field, as that is not specified as a 'this.defaultvalue' in the first place and is being added by jquery. &#60;/p&#62;
&#60;p&#62;I get the sense this should be easy but because I don't know javascript I'm struggling. Could I get a bit of code to make it work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mmtrav on "Add default value for Name field(s)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields#post-14775</link>
			<pubDate>Mon, 20 Dec 2010 07:42:11 +0000</pubDate>
			<dc:creator>mmtrav</dc:creator>
			<guid isPermaLink="false">14775@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. This jQuery solution works perfectly for my needs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Add default value for Name field(s)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields#post-14763</link>
			<pubDate>Mon, 20 Dec 2010 01:18:28 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14763@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;An option to set a default value for a name field doesn't make a lot of sense to me. I understand you want to use it instead of a label though. You could accomplish this with some jQuery on the page load.&#60;/p&#62;
&#60;p&#62;Something like this.. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery(document).ready(function() {
	jQuery(&#38;quot;#input_1_2.3&#38;quot;).attr(&#38;quot;value&#38;quot;, &#38;quot;enter your first name&#38;quot;);
	jQuery(&#38;quot;#input_1_2.6&#38;quot;).attr(&#38;quot;value&#38;quot;, &#38;quot;enter your last name&#38;quot;);
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/7Z2L&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7Z2L&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We may have an option for inline labels in a future release - we're still considering it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mmtrav on "Add default value for Name field(s)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-default-value-for-name-fields#post-14755</link>
			<pubDate>Mon, 20 Dec 2010 00:03:17 +0000</pubDate>
			<dc:creator>mmtrav</dc:creator>
			<guid isPermaLink="false">14755@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've always wondered why you couldn't set the default values for the name fields in all Gravity Forms, the way you can do it for the e-mail address and all the other fields. &#60;/p&#62;
&#60;p&#62;The reason is that I like to design forms that have the labels inside the field boxes themselves and that gives me a bit more design room to play with. &#60;/p&#62;
&#60;p&#62;Is there a way to accomplish this on form load that I don't know? Or is there a way I'm not seeing on the backend?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
