<?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: Pre-populate with gform_field_value_$param on multi-page form not working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-with-gform_field_value_param-on-multi-page-form-not-working</link>
		<description>Gravity Support Forums Topic: Pre-populate with gform_field_value_$param on multi-page form not working</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 16:44:08 +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/pre-populate-with-gform_field_value_param-on-multi-page-form-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Pre-populate with gform_field_value_$param on multi-page form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-with-gform_field_value_param-on-multi-page-form-not-working#post-88050</link>
			<pubDate>Tue, 06 Nov 2012 17:19:20 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">88050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're going about this the wrong way.  You wouldn't use the gform_field_value hook to populate fields on a multi-page form if the value is coming from another field on the form.  You would only use traditional dynamic population methods when you are populating a field value with data that is coming from outside the form.&#60;/p&#62;
&#60;p&#62;When populating a field value on a multi-page form with a value that is coming from another field on the same form, you have to go about things a different way.  This is due to how these hooks work as well as how multi-page forms work.  &#60;/p&#62;
&#60;p&#62;You would need to use the gform_pre_render hook to do what you are trying to do.  You would need to use that hook to get the value from one field and populate the value of another field using that value.&#60;/p&#62;
&#60;p&#62;The gform_pre_render hook is documented here, there a few different examples of it's uses:&#60;/p&#62;
&#60;p&#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;</description>
		</item>
		<item>
			<title>sccr410 on "Pre-populate with gform_field_value_$param on multi-page form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-with-gform_field_value_param-on-multi-page-form-not-working#post-87983</link>
			<pubDate>Tue, 06 Nov 2012 13:10:01 +0000</pubDate>
			<dc:creator>sccr410</dc:creator>
			<guid isPermaLink="false">87983@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;And I think I have figured the issue and I believe it is a bug.&#60;/p&#62;
&#60;p&#62;A dynamically populated field gets set only once - when the form first loads. This is fine for single page forms, but in my case with a multi-page form where values selected from the 2nd page dictate fields on the 3rd page this is broken. I should be able to take a value from page 2 and use that to define a value on page 3. Currently this is not possible with Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sccr410 on "Pre-populate with gform_field_value_$param on multi-page form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-with-gform_field_value_param-on-multi-page-form-not-working#post-87982</link>
			<pubDate>Tue, 06 Nov 2012 13:03:16 +0000</pubDate>
			<dc:creator>sccr410</dc:creator>
			<guid isPermaLink="false">87982@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, here is a much more concise video now that I have had a night to calm down from frustration all day yesterday - &#60;a href=&#34;http://screencast.com/t/i7EUU0LhiMr&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/i7EUU0LhiMr&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sccr410 on "Pre-populate with gform_field_value_$param on multi-page form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-with-gform_field_value_param-on-multi-page-form-not-working#post-87704</link>
			<pubDate>Mon, 05 Nov 2012 20:10:55 +0000</pubDate>
			<dc:creator>sccr410</dc:creator>
			<guid isPermaLink="false">87704@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.ashwebdev.com/emsono/signup&#34; rel=&#34;nofollow&#34;&#62;http://www.ashwebdev.com/emsono/signup&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;No matter what I try, I cannot get this to work on a multi-page form and using values from a previous page to dynamically populate fields on the current page. No matter how I code this, it simply isn't working.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://screencast.com/t/naQZuJK1gg&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/naQZuJK1gg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And then I coded it another way and still no go. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://screencast.com/t/rOkRVYuh&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/rOkRVYuh&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have been pulling my hair out on this for 4 hours and am so baffled as to what I am doing wrong here.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
