<?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: Question about 2-part form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form</link>
		<description>Gravity Support Forums Topic: Question about 2-part form</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 02:35:33 +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/question-about-2-part-form" rel="self" type="application/rss+xml" />

		<item>
			<title>greedstreet on "Question about 2-part form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form#post-14660</link>
			<pubDate>Fri, 17 Dec 2010 16:34:47 +0000</pubDate>
			<dc:creator>greedstreet</dc:creator>
			<guid isPermaLink="false">14660@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl! I'm checking it out now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Question about 2-part form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form#post-14654</link>
			<pubDate>Fri, 17 Dec 2010 14:09:53 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14654@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@greedstreet See this post, it describes how to pass data from one form to another:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/populating-from-a-previous-form#post-11115&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/populating-from-a-previous-form#post-11115&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>greedstreet on "Question about 2-part form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form#post-14647</link>
			<pubDate>Fri, 17 Dec 2010 13:40:48 +0000</pubDate>
			<dc:creator>greedstreet</dc:creator>
			<guid isPermaLink="false">14647@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl, I am new to Gravity and I am doing the same thing here.&#60;/p&#62;
&#60;p&#62;You said: &#34;However, you can pass the email from Form 1 to Form 2 and pre-populate it dynamically so it gets stored with Form 2.&#34;&#60;/p&#62;
&#60;p&#62;How would I go about doing this?&#60;/p&#62;
&#60;p&#62;Thankyou!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Question about 2-part form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form#post-14336</link>
			<pubDate>Mon, 13 Dec 2010 18:26:46 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14336@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately there is no way to send the email to MailChimp accept as part of a form action.  So if they don't submit the form, no action occurs and it cannot be sent to MailChimp.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biagio111 on "Question about 2-part form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form#post-14333</link>
			<pubDate>Mon, 13 Dec 2010 18:18:21 +0000</pubDate>
			<dc:creator>biagio111</dc:creator>
			<guid isPermaLink="false">14333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl.  That's what I was afraid of...it would be really great if there was some way to &#34;send&#34; that email from form two, whether or not they press &#34;submit&#34; again (since they've already submitted it on the previous page.)  I'm guessing you'd need some sort of php to check whether or not they leave the page without pressing &#34;submit&#34; again?  Then on closing/leaving the page automatically send the original email to MailChimp?  &#60;/p&#62;
&#60;p&#62;Does that sound crazy?  :-)&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Question about 2-part form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form#post-14317</link>
			<pubDate>Mon, 13 Dec 2010 16:35:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14317@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no way to make it all stay together as far as the data being combined.  Form 1 is going to store it's data as Form 1 and Form 2 is going to store it's data as Form 2.  They don't share data across forms other than passing data to another form and storing it both places.&#60;/p&#62;
&#60;p&#62;However, you can pass the email from Form 1 to Form 2 and pre-populate it dynamically so it gets stored with Form 2.&#60;/p&#62;
&#60;p&#62;How you setup MailChimp is up to you, if you want Form 1 to send the email to MailChimp you can set it up that way.  If you have additional information from Form 2 that needs to be sent to MailChimp then you would have to do the MailChimp integration on Form 2 and not Form 1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biagio111 on "Question about 2-part form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form#post-14309</link>
			<pubDate>Mon, 13 Dec 2010 15:26:24 +0000</pubDate>
			<dc:creator>biagio111</dc:creator>
			<guid isPermaLink="false">14309@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl.  I already have it set up to redirect to another &#34;thank you&#34; page so that part I can definitely get working.  Where I'm confused is how to make sure it all &#34;stays together&#34; so to speak.  I'm using the MailChimp addon, and have that all working.  I guess in an ideal world, here's what would happen:&#60;br /&#62;
1.  Their email is captured on page 1&#60;br /&#62;
2.  On page two, their email is prefilled in, and if they want to enter more they can.&#60;br /&#62;
3.  Whether they do or not, everything is still sent to MailChimp when they leave the page, or press submit.  &#60;/p&#62;
&#60;p&#62;I don't want to &#34;undo&#34; the submission process of page 1 by just passing the info, and then not having it actually submitted.&#60;/p&#62;
&#60;p&#62;So it seems like I'd need some sort of way to &#34;hold&#34; on submitting the info to MailChimp until they finish up at the second page, correct?&#60;/p&#62;
&#60;p&#62;My other option is just to redirect them to a MailChimp email preferences pane in the welcome email where they can give more info if they like, but I feel less people would do that.&#60;/p&#62;
&#60;p&#62;Thanks for the help!&#60;br /&#62;
Biagio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Question about 2-part form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form#post-14292</link>
			<pubDate>Mon, 13 Dec 2010 13:18:33 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14292@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are a number of ways you could to this.  The simplest is going to be to create your 2nd form, and embed it on a WordPress page.  Explain on that page that the information is optional, etc.&#60;/p&#62;
&#60;p&#62;Then on Form 1 that captures the email you would edit the Form Settings (edit the form, hover over the form title/description and choose edit) and go to the Confirmation tab and set the form to redirect to the page containing Form 2 when it is submitted.&#60;/p&#62;
&#60;p&#62;Now when Form 1 is submitted you capture their information and then redirect them to Form 2.  If they don't want to fill out Form 2 you have already captured their information from Form 1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biagio111 on "Question about 2-part form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/question-about-2-part-form#post-14270</link>
			<pubDate>Mon, 13 Dec 2010 00:44:08 +0000</pubDate>
			<dc:creator>biagio111</dc:creator>
			<guid isPermaLink="false">14270@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for reading...a bit out of my league on this one, so I'm not even sure if this is possible.  If you take a look at the form here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.accessdv.com/d2dl/&#34; rel=&#34;nofollow&#34;&#62;http://www.accessdv.com/d2dl/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;What'd I'd like to do is re-direct to a page where, if the person chooses, they can give us more info.  They don't have to, but they could...location, age, sex, etc.  However, if they decide NOT to, I still want to have them in the database.  What would be the best way to approach that?  &#60;/p&#62;
&#60;p&#62;TIA, and apologies if I'm asking something odd or ridiculously obvious.&#60;br /&#62;
Biagio
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
