<?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 Tag: pre-populate - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/pre-populate</link>
		<description>Gravity Support Forums Tag: pre-populate - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:38: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/tags/pre-populate/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>perspective on "Can I Pre-Populate Or Call From Buddypress Profile Data?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-pre-populate-or-call-from-buddypress-profile-data#post-15128</link>
			<pubDate>Wed, 29 Dec 2010 08:07:15 +0000</pubDate>
			<dc:creator>perspective</dc:creator>
			<guid isPermaLink="false">15128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have just bought Gravity Forms and read all the forum posts about pre-populating but am either still stuck or am mis-understanding the abilities of Gravity Forms so I hope someone can help with this?&#60;/p&#62;
&#60;p&#62;I have set up a test form at &#60;a href=&#34;http://www.timesharestaff.com/test-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.timesharestaff.com/test-form/&#60;/a&#62;&#60;br /&#62;
I want to be able to pull from Buddypress Profile Data for the logged in user to populate the fields such as Address, Country etc so that my users can have an auto-fill job application form based on the info they provided upon registration which mimics most of the test form I have provided.&#60;/p&#62;
&#60;p&#62;Is this possible and can you please help - much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aejandro on "Wordpress Custom Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-custom-fields#post-145160</link>
			<pubDate>Sat, 09 Feb 2013 12:10:59 +0000</pubDate>
			<dc:creator>Aejandro</dc:creator>
			<guid isPermaLink="false">145160@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, my site is ecommerce oriented and my theme uses wordpress custom fields to put prices for every product shown in the site.&#60;/p&#62;
&#60;p&#62;Is there a way to dinamically populate GF price field with wordpress custom field (price)?&#60;/p&#62;
&#60;p&#62;Here you can see the prices: &#60;a href=&#34;http://goo.gl/R0eiC&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/R0eiC&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And here you can see the GF with pricing field: &#60;a href=&#34;http://fantastico.pe/tours/paracas-ica/&#34; rel=&#34;nofollow&#34;&#62;http://fantastico.pe/tours/paracas-ica/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>microweb on "Populating Address field on pre_render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-address-field-on-pre_render#post-273475</link>
			<pubDate>Fri, 24 May 2013 11:47:31 +0000</pubDate>
			<dc:creator>microweb</dc:creator>
			<guid isPermaLink="false">273475@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to populate an address field with the billing address information from the current user's data.  I do not know what I've done wrong.  Also, if I check the box in the form to allow for dynamic population, how do I set up the hooks to get the data I want? &#60;/p&#62;
&#60;p&#62;I've created the following code:&#60;br /&#62;
&#60;code&#62;add_action(&#38;quot;gform_pre_submission_2&#38;quot;, &#38;quot;mwn_gform_pre_submission_2&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function mwn_gform_pre_render_2($form){
	$current_user = wp_get_current_user();
	$user_data = get_user_meta($current_user-&#38;gt;ID );
  foreach($form[&#38;quot;fields&#38;quot;] as &#38;amp;$field)
  	switch($field[&#38;quot;id&#38;quot;]){
		case 27:
			foreach($field[&#38;quot;inputs&#38;quot;] as &#38;amp;$input) {
				switch($input[&#38;quot;id&#38;quot;]){
						case 27.1:
							$input[&#38;quot;value&#38;quot;] = $user_data[&#38;quot;billing_address_1&#38;quot;][0];
							break;
						case 27.2:
							$input[&#38;quot;value&#38;quot;] = $user_data[&#38;quot;billing_address_2&#38;quot;][0];
							break;
						case 27.3:
							$input[&#38;quot;value&#38;quot;] = $user_data[&#38;quot;billing_city&#38;quot;][0];
							break;
						case 27.4:
							$input[&#38;quot;value&#38;quot;] = $user_data[&#38;quot;billing_state&#38;quot;][0];
							break;
						case 27.5:
							$input[&#38;quot;value&#38;quot;] = $user_data[&#38;quot;billing_postcode&#38;quot;][0];
							break;
						default:
							break;
				}
			}
			break;
		default:
			break;
	}

	return $form;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jwestbrook on "Modal contact form with pre-populated fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/modal-contact-form-with-pre-populated-fields#post-284289</link>
			<pubDate>Tue, 28 May 2013 18:14:59 +0000</pubDate>
			<dc:creator>jwestbrook</dc:creator>
			<guid isPermaLink="false">284289@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
    I've been messing around with other form plugins for a while now and I cannot get them to do what I need. I have a wordpress site that's almost ready to push live except I cannot get the following functionality to work with my current plugins...&#60;/p&#62;
&#60;p&#62;I want to load (preferably via ajax) a contact form into a modal (using colorbox or a similar jQuery plugin) and pass it custom post type data (acquired via data attribute associated with the link the user clicked on) which I would use to pre-populate the subject field.&#60;/p&#62;
&#60;p&#62;Having a quick look around the forums and site I'm under the impression I can achieve this but before I part with my money I'd like someone to confirm this is all possible.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Jack
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Deskpops on "Pre-populate the Time field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-the-time-field#post-261713</link>
			<pubDate>Sun, 19 May 2013 17:12:37 +0000</pubDate>
			<dc:creator>Deskpops</dc:creator>
			<guid isPermaLink="false">261713@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is there any way to pre-populate the time field with the current time + 30 minutes? I'm using the time field in a food delivery site and we want the field to show the soonest the food can be delivered, while still giving the customer the ability to change the time. I tried the &#34;Automatically Populate Time&#34; text-field suggestion, but it's not right for my application. Best case scenario would be a drop-down list that pre-populates to current time + 30 minutes.&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stankobrin on "Add the Featured Image of a Post to a Gravity Form on that page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-the-featured-image-of-a-post-to-a-gravity-form-on-that-page#post-166678</link>
			<pubDate>Sun, 10 Mar 2013 10:19:48 +0000</pubDate>
			<dc:creator>stankobrin</dc:creator>
			<guid isPermaLink="false">166678@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi GF&#60;/p&#62;
&#60;p&#62;I am looking for solution to allow a gravity form to dynamically pull in the featured image of a post the same way it can pull in the post title.&#60;/p&#62;
&#60;p&#62;Basically this is a form on a products website. On the product details page is a modal with an enquiry form in it (a gravity form). I need it that when the user opens the modal with the form, two fields need to populate automatically - the post title and the featured image. We have the post title working, but cannot get the image to display.&#60;/p&#62;
&#60;p&#62;We tried something like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_field_value_prodimage&#38;#39;, &#38;#39;populate_post_prodimage&#38;#39;);
function populate_post_prodimage($value){
    global $post;

    $prodimg = set_post_thumbnail($entry[&#38;#39;post_id&#38;#39;]);

    return $prodimg;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But it doesn't appear to be working.&#60;/p&#62;
&#60;p&#62;Any suggestion?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rnish on "Pop up forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pop-up-forms#post-135527</link>
			<pubDate>Tue, 29 Jan 2013 18:23:14 +0000</pubDate>
			<dc:creator>rnish</dc:creator>
			<guid isPermaLink="false">135527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can I use gravity forms to create a pop up form on my wordpress site?  I am looking to do forced registrations, social registrations, and appointment registrations.  Can these pop up forms preload info into the subject line as well?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "pre-populate value disappears on-click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-value-disappears-on-click#post-200298</link>
			<pubDate>Sun, 07 Apr 2013 19:58:16 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">200298@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I may well be missing something, but how can I have a pre-populated field (for want of a better word) reset itself when the user clicks in it.&#60;br /&#62;
Is this: &#60;a href=&#34;https://www.evernote.com/shard/s3/sh/8285df7d-cebe-47c0-aba7-50e813853e06/3f3d88cdbcfc240498fe7190f644ce83&#34; rel=&#34;nofollow&#34;&#62;https://www.evernote.com/shard/s3/sh/8285df7d-cebe-47c0-aba7-50e813853e06/3f3d88cdbcfc240498fe7190f644ce83&#60;/a&#62;&#60;br /&#62;
The right place to be entering in the text?&#60;br /&#62;
You know what I mean yeah?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>donaker on "using custom user meta to pre-populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-custom-user-meta-to-pre-populate-checkboxes#post-61934</link>
			<pubDate>Fri, 08 Jun 2012 12:33:50 +0000</pubDate>
			<dc:creator>donaker</dc:creator>
			<guid isPermaLink="false">61934@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've created some custom fields for users when they register (Country, Organization, etc). Among the custom fields is a checkbox group with two options for users to select their preferred email subscription options (Daily and/or Weekly).&#60;/p&#62;
&#60;p&#62;I'm now attempting to create a nice front-end profile editor page. I've been able to map all other custom fields to my Edit Profile form except the checkboxes. I can only seem to add one parameter name via the &#34;Allow field to be populated dynamically&#34;.&#60;/p&#62;
&#60;p&#62;Is there a way to map more than one?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>THATRYAN on "Have Form Send Page Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/have-form-send-page-data#post-190179</link>
			<pubDate>Sat, 30 Mar 2013 00:47:34 +0000</pubDate>
			<dc:creator>THATRYAN</dc:creator>
			<guid isPermaLink="false">190179@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to use a form to have users sign up for events. I would like to embed the form on the pages of a certain custom post type, with standard info that will be pre-populated based on the current logged in user meta, (name, address etc) I have created custom meta for all these options already. &#60;/p&#62;
&#60;p&#62;Is it possible to have the form, not only populate with the user data, but also with the post title and other post specific information? Some will be sent in &#34;hidden&#34; form fields for processing.&#60;/p&#62;
&#60;p&#62;Does this make sense? Thank you for any help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
