<?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: Allow forms to talk to one another</title>
		<link>https://legacy.forums.gravityhelp.com/topic/allow-forms-to-talk-to-one-another</link>
		<description>Gravity Support Forums Topic: Allow forms to talk to one another</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:23:41 +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/allow-forms-to-talk-to-one-another" rel="self" type="application/rss+xml" />

		<item>
			<title>vixvii on "Allow forms to talk to one another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-forms-to-talk-to-one-another#post-28108</link>
			<pubDate>Sat, 18 Jun 2011 16:00:52 +0000</pubDate>
			<dc:creator>vixvii</dc:creator>
			<guid isPermaLink="false">28108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David, I am doing something similar - is there any chance of getting a screenshot of your forms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jtintner on "Allow forms to talk to one another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-forms-to-talk-to-one-another#post-20562</link>
			<pubDate>Mon, 14 Mar 2011 17:15:52 +0000</pubDate>
			<dc:creator>jtintner</dc:creator>
			<guid isPermaLink="false">20562@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;DOH!  I cant see the screenshot but I think I get the just of whats going on here.  Thanks so much for this!  This feature will take my forms to that next level
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Allow forms to talk to one another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-forms-to-talk-to-one-another#post-20558</link>
			<pubDate>Mon, 14 Mar 2011 16:56:20 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">20558@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi jtintner,&#60;/p&#62;
&#60;p&#62;Here is a hefty code snippet from a previous project I did that accomplished this: &#60;a href=&#34;http://pastie.org/1671743&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1671743&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There are three function going on. The first adds an item to the list of predefined options available to checkbox, radio, and drop down fields ( &#60;a href=&#34;http://grab.by/9tfW&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9tfW&#60;/a&#62; ). In this example we add the &#34;[Physicians: Dynamically Populated]&#34; option.&#60;/p&#62;
&#60;p&#62;This option is then checked for by the &#60;strong&#62;populate_physicians()&#60;/strong&#62; function. When found, that field is populated with a list of physician names (you can update this to be specific to your scenario) pulled from a separate form.&#60;/p&#62;
&#60;p&#62;The third function is called by the populate function and it is responsible for pulling the entries for the first form and making that data available for the second form.&#60;/p&#62;
&#60;p&#62;The code is heavily notated, but let me know if you have any questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jtintner on "Allow forms to talk to one another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-forms-to-talk-to-one-another#post-20556</link>
			<pubDate>Mon, 14 Mar 2011 15:52:18 +0000</pubDate>
			<dc:creator>jtintner</dc:creator>
			<guid isPermaLink="false">20556@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yes that is correct!  I have the pages live now&#60;br /&#62;
&#60;a href=&#34;http://www.routinechaos.com/free-ipad&#34; rel=&#34;nofollow&#34;&#62;http://www.routinechaos.com/free-ipad&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I want the name field from this page to populate a drop down on this page&#60;br /&#62;
&#60;a href=&#34;http://www.routinechaos.com/services&#34; rel=&#34;nofollow&#34;&#62;http://www.routinechaos.com/services&#60;/a&#62;&#60;br /&#62;
currently the service page does not have a drop down list now because those features are not available.  Ideally, I would like it to work that way maybe now it will be clear as to what I'm looking to do.&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
Josh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Allow forms to talk to one another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-forms-to-talk-to-one-another#post-20555</link>
			<pubDate>Mon, 14 Mar 2011 15:49:04 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20555@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So for clarification and to sum it up for one of our developers who can create a code snippet example...&#60;/p&#62;
&#60;p&#62;What you want is to create a dynamic drop down on Form 2 that is populated with values pulled from entry data from Form 1 (the Name field).&#60;/p&#62;
&#60;p&#62;Correct?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jtintner on "Allow forms to talk to one another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-forms-to-talk-to-one-another#post-20504</link>
			<pubDate>Mon, 14 Mar 2011 10:40:04 +0000</pubDate>
			<dc:creator>jtintner</dc:creator>
			<guid isPermaLink="false">20504@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is a bit complex but I came across a nice to have feature with some forms I'm working on.  &#60;/p&#62;
&#60;p&#62;Here is the set up&#60;br /&#62;
PAGE 1 (FOR MY FRIENDS TO FILL OUT)&#60;br /&#62;
Page 1 is geared towards one group of individuals (almost like a refer a friend program) This page is accessed by people I know and give a link to directly.  On this particular page.  I have a form with the following fields.&#60;br /&#62;
NAME FIELD (first last)&#60;br /&#62;
E-MAIL ADDRESS&#60;br /&#62;
3 consecutive NAME FIELDS which are inputs for the user to input first and last names of friends&#60;br /&#62;
1 Paragraph box for the user to input some more descriptions about their friends &#60;/p&#62;
&#60;p&#62;PAGE 2 ( CONTACT FORM FOR POTENTIAL CLIENTS)&#60;br /&#62;
Page 2 is geared more towards a &#34;hey I want to contact you about having some work done for my site... 'like a contact form' &#34;&#60;br /&#62;
NAME FIELD&#60;br /&#62;
E-MAIL FIELD&#60;br /&#62;
single line text WHO REFERRED YOU?&#60;br /&#62;
Drop down of service category&#60;/p&#62;
&#60;p&#62;Now that you can understand the fields here is something I'd like to be able to do&#60;br /&#62;
I want to have form 2 gather information from form1 mainly the NAME field from form1 I want to populate a drop down on form2&#60;/p&#62;
&#60;p&#62;Name field from form one should generated a list of NAMES in a drop down on form2 but not session dependent.  &#60;/p&#62;
&#60;p&#62;Use case I have 15 friends fill out form 1 over the course of a day, a week later I have 5 people I don't know (potential clients) fill out form two and I want them to be able to choose from a drop down who referred them instead of making the user have to type that name into a text box.  I want to make this field required as well as not have to second guess on the spelling of the persons name who referred them.  &#60;/p&#62;
&#60;p&#62;I know we can make forms talk to one another but only on a session basis but I'd want to do some sort of interesting interaction based upon dynamically populating forms on the fly.&#60;/p&#62;
&#60;p&#62;I know this is probably something that wont happen right now but would very much like this feature
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
