<?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: dynamically populate gravity form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form</link>
		<description>Gravity Support Forums Topic: dynamically populate gravity form</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 16:27:21 +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/dynamically-populate-gravity-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "dynamically populate gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form#post-36642</link>
			<pubDate>Thu, 29 Sep 2011 16:05:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36642@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is certainly possible.  But it's not something Gravity Forms does out of the box.  You would have to use custom code to handle dynamically populating fields, etc.  &#60;/p&#62;
&#60;p&#62;With the user logged in that will make things easier because their user id is stored with the entry data.  So you could query the entry data for Form A based on the user id and then populate fields in Form B from entry data from Form A.&#60;/p&#62;
&#60;p&#62;So it is doable, but it would have to be done as a customization and it's difficult to try and explain something like this in detail in a support forum post.  As it's a customization you'd have to write the code to accomplish what you want to do or hire a developer to do so and go over the workflow and then implement the customization.&#60;/p&#62;
&#60;p&#62;Here are some developers you can try contacting if you need assistance with this customization:&#60;/p&#62;
&#60;p&#62;Ounce of Talent&#60;br /&#62;
&#60;a href=&#34;http://www.ounceoftalent.com&#34; rel=&#34;nofollow&#34;&#62;http://www.ounceoftalent.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Raquel Kohler&#60;br /&#62;
&#60;a href=&#34;mailto:raquelaraujokohler@gmail.com&#34;&#62;raquelaraujokohler@gmail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;WebDevStudios&#60;br /&#62;
&#60;a href=&#34;http://www.webdevstudios.com&#34; rel=&#34;nofollow&#34;&#62;http://www.webdevstudios.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Scott Kingsley Clark&#60;br /&#62;
&#60;a href=&#34;http://scottkclark.com&#34; rel=&#34;nofollow&#34;&#62;http://scottkclark.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Out of those Raquel will probably have the best availability as she typically takes on smaller projects.&#60;/p&#62;
&#60;p&#62;There is a larger list of developers with Gravity Forms experience here (although I can't guarantee they all know what they are doing):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpcandy.com/pros/experienced/with-gravity-forms&#34; rel=&#34;nofollow&#34;&#62;http://wpcandy.com/pros/experienced/with-gravity-forms&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rubybox on "dynamically populate gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form#post-36614</link>
			<pubDate>Thu, 29 Sep 2011 12:41:06 +0000</pubDate>
			<dc:creator>rubybox</dc:creator>
			<guid isPermaLink="false">36614@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks again for your comprehensive response Carl. Appreciate it.&#60;/p&#62;
&#60;p&#62;Hopefully this explanation will make things a little bit easier:&#60;/p&#62;
&#60;p&#62;1. users can sign up on the website for membership.&#60;br /&#62;
2. after sign-up and payment was successful they need to login to the website and then first submit data via a gravity form (Form A). They have to complete this form on the website and cannot by pass it.&#60;br /&#62;
3. after a while we have a product survey (Form B) which the user needs to complete if they want to.&#60;br /&#62;
4. There are certain answers from Form A that needs to be included within Form B, but hidden or pre-populated.&#60;/p&#62;
&#60;p&#62;Hope that makes things a little bit clearer &#38;amp; easier to achieve.&#60;/p&#62;
&#60;p&#62;kind Regards,&#60;br /&#62;
Sylvia
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "dynamically populate gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form#post-36242</link>
			<pubDate>Mon, 26 Sep 2011 15:31:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This makes things much more complicated.  Because you need some way for Form B to know that the user has already filled out a form to know if it should dynamically populate some form field values.  The only way you could probably do something like this is requiring them to be logged in and then doing it based on their WordPress user ID.&#60;/p&#62;
&#60;p&#62;It is possible to do this, but it's much more complicated and not something that can be explained quickly.  You would have to write custom code to handle this and implement a way for the user to be recognized, then query existing data and dynamically populate the fields.  &#60;/p&#62;
&#60;p&#62;The first scenario where Form A passes the user to Form B and pre-populates data immediately is much easier to implement without any custom code via the URL redirect to redirect to the 2nd form and pass data via the query string.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rubybox on "dynamically populate gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form#post-36186</link>
			<pubDate>Sun, 25 Sep 2011 19:13:41 +0000</pubDate>
			<dc:creator>rubybox</dc:creator>
			<guid isPermaLink="false">36186@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Carl&#60;/p&#62;
&#60;p&#62;The user would be accessing form B sometime in the future.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Sylvia
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "dynamically populate gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form#post-36050</link>
			<pubDate>Fri, 23 Sep 2011 15:03:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is user submitting Form A and it immediately redirects them to Form B or would the user be accessing Form B sometime in the future?  Because the implementation for these 2 scenarios would be completely different.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rubybox on "dynamically populate gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form#post-36013</link>
			<pubDate>Fri, 23 Sep 2011 05:25:46 +0000</pubDate>
			<dc:creator>rubybox</dc:creator>
			<guid isPermaLink="false">36013@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey everyone&#60;/p&#62;
&#60;p&#62;Got 2 x forms on my website.&#60;br /&#62;
The users submits form A.&#60;br /&#62;
Now i want a user to submit form B, but with pre-populated hidden values from form A already.&#60;/p&#62;
&#60;p&#62;Is it possible to pre-populate form B with already submitted hidden values from form A?&#60;br /&#62;
So when the users submits form B, then i will receive those submitted fields with certain already submitted fields from form A.&#60;/p&#62;
&#60;p&#62;Can someone please perhaps point me into the right direction or let me know where i can read up on such a solution if possible?&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Sylvia
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
