<?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: change field names for first and last name</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-field-names-for-first-and-last-name</link>
		<description>Gravity Support Forums Topic: change field names for first and last name</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 20:57:09 +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/change-field-names-for-first-and-last-name" rel="self" type="application/rss+xml" />

		<item>
			<title>rotundaservices on "change field names for first and last name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-names-for-first-and-last-name#post-25712</link>
			<pubDate>Tue, 17 May 2011 12:29:57 +0000</pubDate>
			<dc:creator>rotundaservices</dc:creator>
			<guid isPermaLink="false">25712@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Happy to report this is all working well! Thanks very much for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rotundaservices on "change field names for first and last name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-names-for-first-and-last-name#post-25703</link>
			<pubDate>Tue, 17 May 2011 12:06:41 +0000</pubDate>
			<dc:creator>rotundaservices</dc:creator>
			<guid isPermaLink="false">25703@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This makes sense, I'm dyslexic which puts me on bad footing to start with!&#60;/p&#62;
&#60;p&#62;I didn't see the immediate difference between &#34;gform_name_first&#34; and &#34;gform_name_first_5&#34;&#60;/p&#62;
&#60;p&#62;oy... going to add this now and will report back some success! hopefully...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "change field names for first and last name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-names-for-first-and-last-name#post-25702</link>
			<pubDate>Tue, 17 May 2011 12:00:17 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25702@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you trying to do this with one form? &#60;/p&#62;
&#60;p&#62;You would have to have 3 different forms.  Create one in English, the 2nd in French and the 3rd in Spanish.&#60;/p&#62;
&#60;p&#62;The sublabel filters that Kevin provided a link for do work, so if they aren't working it's going to be due to how you implemented them.  You differentiate which form you are targeting with those filters by appending the form id of the form you want to target to the filter call.  &#60;/p&#62;
&#60;p&#62;For instance this would apply the change globally to all forms:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_name_first&#38;quot;, &#38;quot;change_name_first&#38;quot;, 10, 2);
function change_name_first($label, $form_id){
    return &#38;quot;First Name&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And this would only apply the label change to ONLY Form ID 5:&#60;/p&#62;
&#60;p&#62;Are you trying to do this with one form? &#60;/p&#62;
&#60;p&#62;You would have to have 3 different forms.  Create one in English, the 2nd in French and the 3rd in Spanish.&#60;/p&#62;
&#60;p&#62;The sublabel filters that Kevin provided a link for do work, so if they aren't working it's going to be due to how you implemented them.  You differentiate which form you are targeting with those filters by appending the form id of the form you want to target to the filter call.  &#60;/p&#62;
&#60;p&#62;For instance this would apply the change globally to all forms:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_name_first_5&#38;quot;, &#38;quot;change_name_first&#38;quot;, 10, 2);
function change_name_first($label, $form_id){
    return &#38;quot;First Name&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So you append the form id to the end of the filter (ex. gform_name_first_5).&#60;/p&#62;
&#60;p&#62;If you can show us the code you are using we can take a look.  You can copy-n-paste your code at &#60;a href=&#34;http://www.pastie.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/&#60;/a&#62; and provide the link here and we can take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rotundaservices on "change field names for first and last name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-names-for-first-and-last-name#post-25700</link>
			<pubDate>Tue, 17 May 2011 11:53:02 +0000</pubDate>
			<dc:creator>rotundaservices</dc:creator>
			<guid isPermaLink="false">25700@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Kevin, I've tried to use the filter and I'm not having much success with this at all. I tried adding the functions to my functions.php&#60;/p&#62;
&#60;p&#62;How do I differentiate between two forms on the site. One I want to keep in English, the two others I need to localise to French and Spanish (although they are the same form).&#60;/p&#62;
&#60;p&#62;@Carl, I don't use a translation plugin. Ideally I'd like to code this inside Gravity so that I'm not dependent on future updates of another secondary plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "change field names for first and last name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-names-for-first-and-last-name#post-23608</link>
			<pubDate>Mon, 18 Apr 2011 16:42:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you using any kind of translation plugin such as WPML?  If not you should check out this add-on for WPML:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpml.org/documentation/related-projects/gravity-forms-multilingual/&#34; rel=&#34;nofollow&#34;&#62;http://wpml.org/documentation/related-projects/gravity-forms-multilingual/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you want to manually do it you can do so using custom PHP you add to your themes functions.php file.  The sublabel hooks are documented here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs#Sublabels&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs#Sublabels&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "change field names for first and last name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-names-for-first-and-last-name#post-23607</link>
			<pubDate>Mon, 18 Apr 2011 16:41:45 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23607@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do that with a filter.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/field-name-first-and-last#post-18600&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/field-name-first-and-last#post-18600&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rotundaservices on "change field names for first and last name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-names-for-first-and-last-name#post-23605</link>
			<pubDate>Mon, 18 Apr 2011 16:32:26 +0000</pubDate>
			<dc:creator>rotundaservices</dc:creator>
			<guid isPermaLink="false">23605@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On our site where we use Gravity Forms, we support three languages; French, English and Spanish.&#60;/p&#62;
&#60;p&#62;I would like to know how to change the &#34;first&#34; and &#34;last&#34; labels of an advanced name field.&#60;/p&#62;
&#60;p&#62;Currently I can change everything except this.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
