<?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: Merge tags, User meta prepopulating drop downs radio buttons etc</title>
		<link>https://legacy.forums.gravityhelp.com/topic/merge-tags-user-meta-prepopulating-drop-downs-radio-buttons-etc</link>
		<description>Gravity Support Forums Topic: Merge tags, User meta prepopulating drop downs radio buttons etc</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 16:55:24 +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/merge-tags-user-meta-prepopulating-drop-downs-radio-buttons-etc" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Merge tags, User meta prepopulating drop downs radio buttons etc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-tags-user-meta-prepopulating-drop-downs-radio-buttons-etc#post-149806</link>
			<pubDate>Tue, 19 Feb 2013 00:45:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">149806@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;I am not concerned about the email being used multiple times.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;OK&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Register an already registered user for the sake of creating more user meta?
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;In that case, you need to update an existing user, not create another user with a more complete profile, for the same person.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
i have a user register in a membership plugin&#60;br /&#62;
i give the user privileged to access the gravity form that allows them to update all their user info - very complex many conditionals drop downs and radio buttons and some hidden field.&#60;/p&#62;
&#60;p&#62;i have 1.5 beta and am attempting to use the registration feed or maybe the update feed to allow the user to get all their user info in somewhere.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You can create a form which pulls all their profile information in to it, then in the User Registration feed, you can choose to &#34;Update&#34; and existing user with this form&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
my goal is that I hope to allow them to fill out other forms with similar data using their personal info...i.e. member info necessary for event.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You mean you want to save them the trouble of typing their information into every form on their site?&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
i want my wp-usrmeta table updated with the meta and want my other plugins to see it - and i can see ti alaready starting to work, not sure if i need custom fileds plugin....
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You can store all the user-related custom meta in the wp_usermeta table, using the User Registration add-on.  These are not posts, so there is no need for WPCF or any other custom fields plugin.  The User Registration Add-on can capture the information and store it as part of the user's profile (in the wp_usermeta table.)&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
s2members, gravity, wpcf, espresso&#60;/p&#62;
&#60;p&#62;the example i am stuck on for one is how to put a default value user meta into a drop down field,&#60;/p&#62;
&#60;p&#62;i have lots of drop downs for many reasons&#60;br /&#62;
and i have radio buttons.&#60;/p&#62;
&#60;p&#62;how do i prepopuluate that?
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Give me an example of the type of information that would be in a drop down for a user?&#60;/p&#62;
&#60;p&#62;To populate any information in a Gravity Form, you can always use the gform_pre_render filter:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can also use the gform_field_value_$parameter_name filter: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;With an example of the sort of information you will pre-populate in a drop down, for a user, from their usermeta, we can help you better with an example of how to pre-populate the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Formmaker on "Merge tags, User meta prepopulating drop downs radio buttons etc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-tags-user-meta-prepopulating-drop-downs-radio-buttons-etc#post-149761</link>
			<pubDate>Tue, 19 Feb 2013 00:01:40 +0000</pubDate>
			<dc:creator>Formmaker</dc:creator>
			<guid isPermaLink="false">149761@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am not concerned about the email being used multiple times.&#60;/p&#62;
&#60;p&#62;Register an already registered user for the sake of creating more user meta?&#60;/p&#62;
&#60;p&#62;i have a user register in a membership plugin&#60;br /&#62;
i give the user privileged to access the gravity form that allows them to update all their user info - very complex many conditionals drop downs and radio buttons and some hidden field.&#60;/p&#62;
&#60;p&#62;i have 1.5 beta and am attempting to use the registration feed or maybe the update feed to allow the user to get all their user info in somewhere.&#60;/p&#62;
&#60;p&#62;my goal is that I hope to allow them to fill out other forms with similar data using their personal info...i.e. member info necessary for event.&#60;/p&#62;
&#60;p&#62;i want my wp-usrmeta table updated with the meta and want my other plugins to see it - and i can see ti alaready starting to work, not sure if i need custom fileds plugin....&#60;/p&#62;
&#60;p&#62;s2members, gravity, wpcf, espresso&#60;/p&#62;
&#60;p&#62;the example i am stuck on for one is how to put a default value user meta into a drop down field,&#60;/p&#62;
&#60;p&#62;i have lots of drop downs for many reasons&#60;br /&#62;
and i have radio buttons.&#60;/p&#62;
&#60;p&#62;how do i prepopuluate that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Merge tags, User meta prepopulating drop downs radio buttons etc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-tags-user-meta-prepopulating-drop-downs-radio-buttons-etc#post-149429</link>
			<pubDate>Mon, 18 Feb 2013 14:19:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">149429@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure why you want to register a user that is already registered.  Do you mean that you want to allow the same email address to be used multiple times?&#60;/p&#62;
&#60;p&#62;Can you give an example of where you want to use a merge tag and it's not supported?  The merge tags are sometimes supported in areas where there is no drop down; you just have to type them in manually or paste them in in the correct format.&#60;/p&#62;
&#60;p&#62;And, if you are talking about being able to update a user profile, have you already tried the User Registration 1.5 beta, which has a provision to update users, in addition to registering them in the first place?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Formmaker on "Merge tags, User meta prepopulating drop downs radio buttons etc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-tags-user-meta-prepopulating-drop-downs-radio-buttons-etc#post-149352</link>
			<pubDate>Mon, 18 Feb 2013 12:12:38 +0000</pubDate>
			<dc:creator>Formmaker</dc:creator>
			<guid isPermaLink="false">149352@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just set up an extensive form - I used many of the different field types.  I was hoping to use it as a user registration feed or profile update feed.&#60;/p&#62;
&#60;p&#62;can i register a user that is already registered - i.e. s2members registered the basic user for membership management, &#60;/p&#62;
&#60;p&#62;because now I want to map my gravity form to user meta and prepopulate another form with the info collected from the registration form&#60;/p&#62;
&#60;p&#62;I am noticing already icannot use merge tags with some fields even i can create them?- no space to input them, so is dynamic population of fields possibly an answer ? can you give me an example and tell me where to put it if so- how do i prepoluate or remember results  in this case - does the registration feed just remember if i crate custom user meta&#60;/p&#62;
&#60;p&#62;please tell me how I can set up a form with radio buttons and drop downs to create usr meta and then prepoulate it again  eithe rwith the same form or another one
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
