<?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: Populating a Form Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populating-a-form-field</link>
		<description>Gravity Support Forums Topic: Populating a Form Field</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 11:08:58 +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/populating-a-form-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Populating a Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-a-form-field#post-20960</link>
			<pubDate>Mon, 21 Mar 2011 12:38:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Gavin the code above is for pre-populating a field with post meta/custom field data.  Is this what you are trying to do because your original description above was trying to populate a field in a multi-page form with the value of another field from a previous page.  I would need clarification on what you are trying to do as those are 2 different things.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gavin on "Populating a Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-a-form-field#post-20876</link>
			<pubDate>Sat, 19 Mar 2011 23:49:50 +0000</pubDate>
			<dc:creator>Gavin</dc:creator>
			<guid isPermaLink="false">20876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, why didnt get back to me? Anyways, what are the parameters need in this method:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_field_value_service_city&#38;quot;, &#38;quot;populate_service_city&#38;quot;);
	function populate_service_city(){
	  global $post;
	  $service_city = get_post_meta($post-&#38;gt;ID, company_description, true);
	  return $service_city;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;what are the parameters in add_filter()? is it &#60;code&#62;add_filter(&#38;quot;form name&#38;quot;, &#38;quot;function name&#38;quot;)&#60;/code&#62;?&#60;br /&#62;
get_post_meta()? what is ID, what is company description and what is the boolean true in it?&#60;br /&#62;
thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sonshine on "Populating a Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-a-form-field#post-20768</link>
			<pubDate>Thu, 17 Mar 2011 12:03:13 +0000</pubDate>
			<dc:creator>sonshine</dc:creator>
			<guid isPermaLink="false">20768@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm look for a solution to this too.  I have two forms created because I don't want form 1 to be too long and my user won't move the the next step.  Form 1 captures their information for a referral program and sends notifications and form 2 is optional for them to enter up to 7 more names of friends they want to refer.  My problem is that if form 2 is filled in with any information I don't have the name of the person who was entered in form 1.&#60;/p&#62;
&#60;p&#62;Sounds like v1.5 will solve this problem becuase a multi-page form is what I really need.&#60;/p&#62;
&#60;p&#62;Thanks for any help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gavin on "Populating a Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-a-form-field#post-20767</link>
			<pubDate>Thu, 17 Mar 2011 11:58:03 +0000</pubDate>
			<dc:creator>Gavin</dc:creator>
			<guid isPermaLink="false">20767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alright, Actually it is a single form, but I used page break on it, so I guess it uses multi-page form. Page 1 has the First Name, Last Name, number, etc. then the second has other information then I need to display the First Name, Last Name, number, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Populating a Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-a-form-field#post-20762</link>
			<pubDate>Thu, 17 Mar 2011 11:47:36 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20762@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Before I provide a solution for this, what are you using 2 forms for vs. 1? &#60;/p&#62;
&#60;p&#62;Also would a multi-page form solve your issue or would you still need to use 2 different forms?  &#60;/p&#62;
&#60;p&#62;I ask because Gravity Forms v1.5 will have multi-page forms.  But if it is necessary to use 2 forms and pass data from one to the other I can provide instructions on how to do this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gavin on "Populating a Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-a-form-field#post-20750</link>
			<pubDate>Thu, 17 Mar 2011 11:21:41 +0000</pubDate>
			<dc:creator>Gavin</dc:creator>
			<guid isPermaLink="false">20750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, ok here is the situation. I have a form and I need to get the First Name, Last Name, etc on the next form. I want to populate the 2nd form from the value of the First Name and Last Name. Can you please tell me the steps to do it? I want the parameters to be send as $POST. Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
