<?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: Additional mail merge tags for user details.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/additional-mail-merge-tags-for-user-details</link>
		<description>Gravity Support Forums Topic: Additional mail merge tags for user details.</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:06:04 +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/additional-mail-merge-tags-for-user-details" rel="self" type="application/rss+xml" />

		<item>
			<title>Formmaker on "Additional mail merge tags for user details."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-mail-merge-tags-for-user-details#post-87639</link>
			<pubDate>Mon, 05 Nov 2012 15:48:38 +0000</pubDate>
			<dc:creator>Formmaker</dc:creator>
			<guid isPermaLink="false">87639@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;what about serialized meta like custom meta from s2members
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Additional mail merge tags for user details."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-mail-merge-tags-for-user-details#post-87544</link>
			<pubDate>Mon, 05 Nov 2012 09:45:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">87544@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, so long as the other plugin stores the information in the usermeta table.  You need to know the exact name of the meta key, then use it like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{user:meta_key_name_1}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where your bit of information was stored associated with meta_key_name_1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Formmaker on "Additional mail merge tags for user details."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-mail-merge-tags-for-user-details#post-87274</link>
			<pubDate>Sun, 04 Nov 2012 16:38:38 +0000</pubDate>
			<dc:creator>Formmaker</dc:creator>
			<guid isPermaLink="false">87274@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;does this work for custom meta, and from other plugins that created the custom meta and what is the exact syntax ecxplained i am having trouble with this
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Additional mail merge tags for user details."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-mail-merge-tags-for-user-details#post-83539</link>
			<pubDate>Thu, 25 Oct 2012 01:07:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All the information from the user profile is available as a merge tag.  See this documentation:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Merge_Tags&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Merge_Tags&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Scroll down to meta_key.  You can access the user's profile fields like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
{user:first_name}
{user:last_name}
{user:display_name}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can use those merge tags as the default value for any field, including hidden or admin only fields.  That way, the information will be stored in the entry if the user is logged in when they submit your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aproco on "Additional mail merge tags for user details."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-mail-merge-tags-for-user-details#post-83279</link>
			<pubDate>Wed, 24 Oct 2012 10:50:30 +0000</pubDate>
			<dc:creator>aproco</dc:creator>
			<guid isPermaLink="false">83279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I want to pull information about the current (logged in) user, most importantly, their user ID and the existing first and last name fields from their profile.&#60;/p&#62;
&#60;p&#62;This would be profile information, rather than information entered into form fields, it was possible to do this in cforms, but can the same be done in any way using gravity forms?&#60;/p&#62;
&#60;p&#62;Perhaps there is a way to fetch this information using invisible fields that I may have overlooked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Additional mail merge tags for user details."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-mail-merge-tags-for-user-details#post-83267</link>
			<pubDate>Wed, 24 Oct 2012 10:11:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83267@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All the fields you collect in your form are available as merge tags in your user email notification.  Can you explain more what you're trying to do and what you have tried so far?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aproco on "Additional mail merge tags for user details."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-mail-merge-tags-for-user-details#post-82037</link>
			<pubDate>Thu, 18 Oct 2012 12:03:37 +0000</pubDate>
			<dc:creator>aproco</dc:creator>
			<guid isPermaLink="false">82037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am currently using Gravity Forms to update a site on which I was previously using cforms.&#60;/p&#62;
&#60;p&#62;Within cforms I had mail merge options for additional current user (profile) information including 'first name', 'last name' and 'user id', however it appears that gravity forms is restricted to the user login, user email and display name.&#60;/p&#62;
&#60;p&#62;Is there a way that I can pull additional user information such as ID, first and last names for use in email notifications created by gravity forms?&#60;/p&#62;
&#60;p&#62;This is quite important for this specific project and any advice would be gratefully received.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
