<?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 Dynamically</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically</link>
		<description>Gravity Support Forums Topic: Populating Dynamically</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 08:23:13 +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-dynamically" rel="self" type="application/rss+xml" />

		<item>
			<title>PowerMedia on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-71928</link>
			<pubDate>Tue, 21 Aug 2012 14:15:44 +0000</pubDate>
			<dc:creator>PowerMedia</dc:creator>
			<guid isPermaLink="false">71928@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@technosailor...anyone. Any more tips with this? Having a hard time getting it to work. Thanks for your input!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>technosailor on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-71299</link>
			<pubDate>Thu, 16 Aug 2012 10:51:05 +0000</pubDate>
			<dc:creator>technosailor</dc:creator>
			<guid isPermaLink="false">71299@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;pre&#62;&#60;code&#62;function populate_form_fields( $value ) {
    return esc_attr( $_GET[&#38;#39;first_name&#38;#39;] );
}

// Make sure form field has a dynamic parameter of first_name (Advanced tab)
add_filter( &#38;#39;gform_field_value_first_name&#38;#39;, &#38;#39;populate_form_fields&#38;#39; );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-71282</link>
			<pubDate>Thu, 16 Aug 2012 08:35:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">71282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perhaps this could be of some help to you:&#60;br /&#62;
&#60;a href=&#34;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PowerMedia on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-71281</link>
			<pubDate>Thu, 16 Aug 2012 08:26:49 +0000</pubDate>
			<dc:creator>PowerMedia</dc:creator>
			<guid isPermaLink="false">71281@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well...I agree with you, but wanted to show the option of names being on each page. It would make it 'more official' within the school district if they sign off on the information that included their names.&#60;/p&#62;
&#60;p&#62;The fields do not have to be editable. However, I'm just seeing if doing this is an option. Whatever way is easier.&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-71215</link>
			<pubDate>Wed, 15 Aug 2012 18:44:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71215@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh, I see.  You want to pass the value from page one to the same fields on all the other pages?  Should the fields be editable, or do you just want to display the information on subsequent pages for the visitor's reference?  You don't want to record their name in the entry on each page, do you?  That would mean the entry stores their name in multiple places, which does not seem to make sense.&#60;/p&#62;
&#60;p&#62;Can you explain why you want the name on each page of the multi-page form?  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PowerMedia on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-71201</link>
			<pubDate>Wed, 15 Aug 2012 16:51:46 +0000</pubDate>
			<dc:creator>PowerMedia</dc:creator>
			<guid isPermaLink="false">71201@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry about the confusion. This is the only form (combines 7 paper forms into 1 online form). What I'm trying to figure out is if I could use the first name, last name completed on page 1 and have that information automatically populated in those fields on page 2, 3, 4.....? Hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-71190</link>
			<pubDate>Wed, 15 Aug 2012 14:56:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71190@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If this is form #1:&#60;br /&#62;
&#60;a href=&#34;http://brokenarrow.powermediallc.org/athletic-participation-packet/&#34; rel=&#34;nofollow&#34;&#62;http://brokenarrow.powermediallc.org/athletic-participation-packet/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What is the URL for form #2?&#60;/p&#62;
&#60;p&#62;You said you have a multi-page form that combines various forms.  I'm not sure what that means.&#60;/p&#62;
&#60;p&#62;Can you tell us if you want something in this form pre-populated, or if you have another form you want populated with data captured by this form?  If there is another form involved, please post the URL.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PowerMedia on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-71068</link>
			<pubDate>Tue, 14 Aug 2012 17:20:30 +0000</pubDate>
			<dc:creator>PowerMedia</dc:creator>
			<guid isPermaLink="false">71068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure. Here is the form: &#60;a href=&#34;http://brokenarrow.powermediallc.org/athletic-participation-packet/&#34; rel=&#34;nofollow&#34;&#62;http://brokenarrow.powermediallc.org/athletic-participation-packet/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-70945</link>
			<pubDate>Tue, 14 Aug 2012 01:18:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post links to the pages where the forms in question are embedded please?  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PowerMedia on "Populating Dynamically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-dynamically#post-70897</link>
			<pubDate>Mon, 13 Aug 2012 15:52:42 +0000</pubDate>
			<dc:creator>PowerMedia</dc:creator>
			<guid isPermaLink="false">70897@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I apologize in advance for asking a question that has to be out there already. However, I am not advanced enough to figure it out. I have a multi-page form that combines various forms. As a result, multiple instances of fields are required. How do I go about dynamically populating the first name and last name from page 1 onto the other pages? Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
