<?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 User Favorites: begatt</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/begatt'>begatt</a></link>
		<description>Gravity Support Forums User Favorites: begatt</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:48:36 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Pass email entry from one form to another."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-email-entry-from-one-form-to-another#post-16075</link>
			<pubDate>Wed, 12 Jan 2011 20:05:38 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">16075@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can populate default value of a field type that has multiple options (ie dropdowns, checkboxes, and multiple choice fields) using the &#60;strong&#62;gform_pre_render&#60;/strong&#62; hook. Here's a quick function you can copy and paste into your functions.php file that will allow you to dyanmically populate the multiple option fields types from the query string using the default dynamic population parameter option on the field settings ( &#60;a href=&#34;http://grab.by/8lCf&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8lCf&#60;/a&#62; ).&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/1454560&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1454560&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The code is heavily notated for anyone is curious as to how it works, but feel free to remove the comments.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jade on "Pass email entry from one form to another."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-email-entry-from-one-form-to-another#post-16065</link>
			<pubDate>Wed, 12 Jan 2011 16:12:21 +0000</pubDate>
			<dc:creator>Jade</dc:creator>
			<guid isPermaLink="false">16065@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI,&#60;/p&#62;
&#60;p&#62;I'm also having trouble pre-populating a field. Is it possible to pre-populate a drop-down field (specifically the post category field) with data from another form's drop-down field? The two forms are pretty much identical, and the two drop-down fields are identical, but I'm noticing that the information is not transferring from form1 to form2, and form2 is just being automatically populated with the default option (which I also can't figure out how to change). Every other field pre-populates perfectly.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Pass email entry from one form to another."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-email-entry-from-one-form-to-another#post-8909</link>
			<pubDate>Mon, 23 Aug 2010 10:24:04 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8909@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try this...&#60;/p&#62;
&#60;p&#62;Setup Mailing List Form To Redirect And Pass Data&#60;/p&#62;
&#60;p&#62;- Edit Mailing List form&#60;/p&#62;
&#60;p&#62;- Edit Form Settings&#60;/p&#62;
&#60;p&#62;- Choose Confirmation tab&#60;/p&#62;
&#60;p&#62;- Select &#34;Redirect&#34; for Confirmation Message&#60;/p&#62;
&#60;p&#62;- Type the full URL to the page you want to redirect to, in this case you would enter: &#60;a href=&#34;http://cards.coochicoos.com/reminder&#34; rel=&#34;nofollow&#34;&#62;http://cards.coochicoos.com/reminder&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;- Click the &#34;Pass Field Data Via Query String&#34; checkbox&#60;/p&#62;
&#60;p&#62;- In the query string builder type &#34;email=&#34; and then select your email field from the &#34;Insert form field&#34; drop down.  You should end up with something that looks something like this &#34;email={Email:1}&#34;&#60;/p&#62;
&#60;p&#62;- Save Your Settings&#60;/p&#62;
&#60;p&#62;This form should now redirect to the page with the reminder form and pass the value of the email address if you set it up properly. Please note that the email variable above will vary from form to form so you need to use the &#34;Insert form field&#34; drop down.&#60;/p&#62;
&#60;p&#62;Now you need to setup the other form to accept the incoming data.&#60;/p&#62;
&#60;p&#62;Setup Reminder Form To Accept Data&#60;/p&#62;
&#60;p&#62;- Edit The Reminder Form&#60;br /&#62;
- Edit The Your Email Field&#60;br /&#62;
- Select the Advanced Settings Tab&#60;br /&#62;
- Check the &#34;Allow field to be populated dynamically&#34; checkbox&#60;br /&#62;
- In the parameter field that appears enter &#34;email&#34;&#60;br /&#62;
- Save the form&#60;/p&#62;
&#60;p&#62;The Reminder form should not be able to be populated dynamically if you pass email=youremail.com to it when calling that page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rob88888 on "Pass email entry from one form to another."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-email-entry-from-one-form-to-another#post-8883</link>
			<pubDate>Fri, 20 Aug 2010 18:40:21 +0000</pubDate>
			<dc:creator>rob88888</dc:creator>
			<guid isPermaLink="false">8883@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm confused about how to dynamically pre-populated fields.  I want to pass an email submitted on one page to another.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cards.coochicoos.com/mailing-list&#34; rel=&#34;nofollow&#34;&#62;http://cards.coochicoos.com/mailing-list&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;See the blank email field on &#60;a href=&#34;http://cards.coochicoos.com/reminder?&#34; rel=&#34;nofollow&#34;&#62;http://cards.coochicoos.com/reminder?&#60;/a&#62;  How do I fill it from the entry on the /mailing-list page?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
