<?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: Custom Display name from compound custom field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-display-name-from-compound-custom-field</link>
		<description>Gravity Support Forums Topic: Custom Display name from compound custom field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:27:14 +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/custom-display-name-from-compound-custom-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Custom Display name from compound custom field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-display-name-from-compound-custom-field#post-208889</link>
			<pubDate>Sat, 13 Apr 2013 22:57:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">208889@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you.  I'll leave it open in case you're inclined to update this topic in the future with your solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mwendlandt on "Custom Display name from compound custom field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-display-name-from-compound-custom-field#post-204687</link>
			<pubDate>Wed, 10 Apr 2013 23:12:39 +0000</pubDate>
			<dc:creator>mwendlandt</dc:creator>
			<guid isPermaLink="false">204687@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perhaps....&#60;/p&#62;
&#60;p&#62;I suppose I could add a hidden form filed called 'first name', that's populated dynamically via js to assemble a display name from the individual components...   but then I lose the first name...  or rather, first name wouldn't be first name any more.  &#60;/p&#62;
&#60;p&#62;I'm going to have to play with this, someday when I don't have a crazy deadline looming.  At this point, the issue is too trivial for me to waste time on getting hacky with it.&#60;/p&#62;
&#60;p&#62;If I find something useful, I'll report back...  meanwhile, feel free to close this.&#60;/p&#62;
&#60;p&#62;Thanks for the help!&#60;/p&#62;
&#60;p&#62;-m
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Custom Display name from compound custom field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-display-name-from-compound-custom-field#post-203478</link>
			<pubDate>Wed, 10 Apr 2013 04:08:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">203478@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The User Registration add-on has the options for display name &#60;strong&#62;hard-coded&#60;/strong&#62; to only be choices of:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
'username' =&#38;gt; '{username}',&#60;br /&#62;
'firstname' =&#38;gt; '{first name}',&#60;br /&#62;
'lastname' =&#38;gt; '{last name}',&#60;br /&#62;
'firstlast' =&#38;gt; '{first name} {last name}',&#60;br /&#62;
'lastfirst' =&#38;gt; '{last name} {first name}'
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;to match what WordPress does. &#60;/p&#62;
&#60;p&#62;You will need to have your compound field show up in the drop down for first name or last name. The display name drop down options refer to the other fields on the page, not form fields. So they could put their compound field (full name) into the first name field and then set display name to {first name}, like my screen shot here: &#60;a href=&#34;http://grab.by/luxS&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/luxS&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;Does that information help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Custom Display name from compound custom field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-display-name-from-compound-custom-field#post-201651</link>
			<pubDate>Mon, 08 Apr 2013 21:37:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">201651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll send this one to the development team for you as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mwendlandt on "Custom Display name from compound custom field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-display-name-from-compound-custom-field#post-201451</link>
			<pubDate>Mon, 08 Apr 2013 16:21:34 +0000</pubDate>
			<dc:creator>mwendlandt</dc:creator>
			<guid isPermaLink="false">201451@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Now that I have a custom compound Name field working ( see &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/compound-custom-field-not-being-saved&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/compound-custom-field-not-being-saved&#60;/a&#62; ), I need to be able to use this information to create a custom option in the Display Name drop down on the Feed Settings page.  I've looked at the gform_merge_tags filter, but that seems to apply only to the Form Editor.&#60;/p&#62;
&#60;p&#62;I can't see any hooks that would let me modify $display_names in userregistration.php, and furthermore I'm not sure how I would go about having it pull the necessary info from my compound full name field.&#60;/p&#62;
&#60;p&#62;Once I get this part sorted, I'm thinking of putting together a little tutorial if there's interest.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;-malte
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
