<?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: How to pass user Meta data to Pre-Populate Reservation form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-user-meta-data-to-pre-populate-reservation-form</link>
		<description>Gravity Support Forums Topic: How to pass user Meta data to Pre-Populate Reservation form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 17:21:45 +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/how-to-pass-user-meta-data-to-pre-populate-reservation-form" rel="self" type="application/rss+xml" />

		<item>
			<title>echristoperj on "How to pass user Meta data to Pre-Populate Reservation form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-user-meta-data-to-pre-populate-reservation-form#post-171334</link>
			<pubDate>Thu, 14 Mar 2013 13:26:46 +0000</pubDate>
			<dc:creator>echristoperj</dc:creator>
			<guid isPermaLink="false">171334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello.  Can you provide me on instructions on how to proceed?  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to pass user Meta data to Pre-Populate Reservation form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-user-meta-data-to-pre-populate-reservation-form#post-156804</link>
			<pubDate>Thu, 28 Feb 2013 10:07:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">156804@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, the merge tags are not processed in the shortcode like that. Seems like a catch 22.  Let me ask the development team about this one to see how you can pre-populate those additional fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>echristoperj on "How to pass user Meta data to Pre-Populate Reservation form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-user-meta-data-to-pre-populate-reservation-form#post-156032</link>
			<pubDate>Wed, 27 Feb 2013 12:12:18 +0000</pubDate>
			<dc:creator>echristoperj</dc:creator>
			<guid isPermaLink="false">156032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Following the instructions for short code version would i just use this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[gravityform id=3 name=UntitledForm title=false ajax=true field_values=&#38;#39;prefix={user:prefix}&#38;amp;first={user:first}&#38;amp;last={user:last}&#38;amp;suffix={user:suffix}&#38;#39;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to pull the values from the signed in user profile?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to pass user Meta data to Pre-Populate Reservation form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-user-meta-data-to-pre-populate-reservation-form#post-155897</link>
			<pubDate>Wed, 27 Feb 2013 09:39:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">155897@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For fields where you cannot set a default value, you could use dynamic population to fill in the value.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>echristoperj on "How to pass user Meta data to Pre-Populate Reservation form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-user-meta-data-to-pre-populate-reservation-form#post-154402</link>
			<pubDate>Mon, 25 Feb 2013 18:55:11 +0000</pubDate>
			<dc:creator>echristoperj</dc:creator>
			<guid isPermaLink="false">154402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for that help.  That worked, but not on Drop Down items or items like the Address and full name.  How do I set the default value for those?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to pass user Meta data to Pre-Populate Reservation form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-user-meta-data-to-pre-populate-reservation-form#post-151984</link>
			<pubDate>Fri, 22 Feb 2013 00:01:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">151984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To add a default value to a field which is available in the logged in user's profile, you can use a merge tag like this (from your screenshots):&#60;/p&#62;
&#60;p&#62;{user:airport}&#60;br /&#62;
{user:game}&#60;br /&#62;
{user:smoking}&#60;br /&#62;
{user:room}&#60;br /&#62;
{user:special}&#60;br /&#62;
{user:dob}&#60;br /&#62;
etc.&#60;/p&#62;
&#60;p&#62;Use that format merge tag for the &#34;Default Value&#34; on the advanced tab for your field, and the value should be populated when the user is logged in and attempts to access your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>echristoperj on "How to pass user Meta data to Pre-Populate Reservation form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-user-meta-data-to-pre-populate-reservation-form#post-150234</link>
			<pubDate>Tue, 19 Feb 2013 12:12:35 +0000</pubDate>
			<dc:creator>echristoperj</dc:creator>
			<guid isPermaLink="false">150234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, I'm having a tough time making the final connection with pre-populating of a reservation form ( &#60;a href=&#34;http://www.pairadicetravel.com/reservations/&#34; rel=&#34;nofollow&#34;&#62;http://www.pairadicetravel.com/reservations/&#60;/a&#62; ).  This is what I have so far.&#60;/p&#62;
&#60;p&#62;1. Using Gravity Forms User Registration Add-On to replace default wordpress register function. (works great)&#60;/p&#62;
&#60;p&#62;2. Created a register form that gets the info that I want to populate in another form. (&#60;a href=&#34;http://www.pairadicetravel.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.pairadicetravel.com/contact-us/&#60;/a&#62;) Works fine.&#60;/p&#62;
&#60;p&#62;3. In the reservation form, I've added all the parameter names to the fields that will be pre-populated.  Those names match the names of the same fields from User Meta. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://www.evernote.com/shard/s1/sh/caaccf36-d325-4d25-ab94-cfc598c4a631/6e81d1d1cfc8fada52080047aa58c58e/deep/0/Screenshot%202/19/13%209:55%20AM.jpg&#34; rel=&#34;nofollow&#34;&#62;https://www.evernote.com/shard/s1/sh/caaccf36-d325-4d25-ab94-cfc598c4a631/6e81d1d1cfc8fada52080047aa58c58e/deep/0/Screenshot%202/19/13%209:55%20AM.jpg&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;https://www.evernote.com/shard/s1/sh/52c1f0b6-8037-4550-a9f2-f8e678757a71/0c325ad929b4e4a0581c93f7e60ffeb8/deep/0/Screenshot%202/19/13%209:54%20AM.jpg&#34; rel=&#34;nofollow&#34;&#62;https://www.evernote.com/shard/s1/sh/52c1f0b6-8037-4550-a9f2-f8e678757a71/0c325ad929b4e4a0581c93f7e60ffeb8/deep/0/Screenshot%202/19/13%209:54%20AM.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What I want to happen is once the user registers and provides the needed information about their room preferences, it's stored on their profile.  It's currently doing this step.  Next once that user logs into the site to make a reservation that meta information is populated into the form.  I've tried going through the help pages, but get lost on the parameter names.  Can this be done by shortcode? &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
