<?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 filling a form with the data of the previous form?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pre-filling-a-form-with-the-data-of-the-previous-form</link>
		<description>Gravity Support Forums Topic: pre filling a form with the data of the previous form?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:36:37 +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-filling-a-form-with-the-data-of-the-previous-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Runamok81 on "pre filling a form with the data of the previous form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-filling-a-form-with-the-data-of-the-previous-form#post-101227</link>
			<pubDate>Tue, 11 Dec 2012 09:15:53 +0000</pubDate>
			<dc:creator>Runamok81</dc:creator>
			<guid isPermaLink="false">101227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you're looking to copy the input from one field to another on the SAME form and page then look here.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-to-populate-a-hidden-field-with-een-other-field#post-81974&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-to-populate-a-hidden-field-with-een-other-field#post-81974&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Adding the code below to your functions.php will get the job done.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

add_action(&#38;quot;gform_pre_submission&#38;quot;, &#38;quot;pre_submission_handler&#38;quot;);
function pre_submission_handler($form){
    $_POST[&#38;quot;input_14&#38;quot;] = &#38;quot;new value for field 14&#38;quot;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>f_devocht on "pre filling a form with the data of the previous form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-filling-a-form-with-the-data-of-the-previous-form#post-100141</link>
			<pubDate>Fri, 07 Dec 2012 20:00:47 +0000</pubDate>
			<dc:creator>f_devocht</dc:creator>
			<guid isPermaLink="false">100141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Found the info here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#60;/a&#62;&#60;br /&#62;
and here:&#60;br /&#62;
&#60;a href=&#34;http://zackeryfretty.com/redirect-to-a-specific-url-based-on-submissions-with-gravity-forms/&#34; rel=&#34;nofollow&#34;&#62;http://zackeryfretty.com/redirect-to-a-specific-url-based-on-submissions-with-gravity-forms/&#60;/a&#62;&#60;br /&#62;
I'm sending the info in the confirmation text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>f_devocht on "pre filling a form with the data of the previous form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-filling-a-form-with-the-data-of-the-previous-form#post-100040</link>
			<pubDate>Fri, 07 Dec 2012 10:48:15 +0000</pubDate>
			<dc:creator>f_devocht</dc:creator>
			<guid isPermaLink="false">100040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a submission form where parents can subscribe their child in a school.&#60;br /&#62;
See here: &#60;a href=&#34;http://tinyurl.com/cn9v8km&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/cn9v8km&#60;/a&#62;&#60;br /&#62;
When the first child is subscribed, the form must ask it they want to enter a 2nd child.&#60;br /&#62;
If yes, the new form (with a different layout) must be prepopulated with the data from the first child (address, phone, email etc).&#60;br /&#62;
Is there a way to achieve this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
