<?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: How To Populate Input With Form Data</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-populate-input-with-form-data</link>
		<description>Gravity Support Forums Topic: How To Populate Input With Form Data</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 03:04:19 +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/how-to-populate-input-with-form-data" rel="self" type="application/rss+xml" />

		<item>
			<title>Noel Green on "How To Populate Input With Form Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-populate-input-with-form-data#post-71328</link>
			<pubDate>Thu, 16 Aug 2012 12:06:02 +0000</pubDate>
			<dc:creator>Noel Green</dc:creator>
			<guid isPermaLink="false">71328@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes... and please feel free to do so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How To Populate Input With Form Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-populate-input-with-form-data#post-70531</link>
			<pubDate>Fri, 10 Aug 2012 09:04:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70531@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@xefri, you can find @parkeast's website information on their profile page if you'd like to contact them directly. &#60;a href=&#34;http://www.gravityhelp.com/forums/profile/parkeast&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/profile/parkeast&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xefri on "How To Populate Input With Form Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-populate-input-with-form-data#post-70463</link>
			<pubDate>Fri, 10 Aug 2012 03:16:36 +0000</pubDate>
			<dc:creator>xefri</dc:creator>
			<guid isPermaLink="false">70463@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@parkeast how did you populate data from gravityform into forum in bbpress?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How To Populate Input With Form Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-populate-input-with-form-data#post-67465</link>
			<pubDate>Sun, 22 Jul 2012 21:03:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to resolve that using a PHP session. Thanks for the update.  I'll leave this open until you post your code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noel Green on "How To Populate Input With Form Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-populate-input-with-form-data#post-67408</link>
			<pubDate>Sun, 22 Jul 2012 01:35:06 +0000</pubDate>
			<dc:creator>Noel Green</dc:creator>
			<guid isPermaLink="false">67408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris!&#60;/p&#62;
&#60;p&#62;I figured it out actually using PHP session variables.  It let me do a bit &#34;more&#34; than I had expected to do with it.&#60;/p&#62;
&#60;p&#62;I will post the code later — i.e. after I've slept.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How To Populate Input With Form Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-populate-input-with-form-data#post-67403</link>
			<pubDate>Sun, 22 Jul 2012 01:05:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67403@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you dump the $GLOBALS array in your bbPress template page and see what it contains?  My knowledge of the $GLOBALS variable is not strong, but I don't think you can populate it like that.    I thought it would be more like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$resource_url = $entry[&#38;#39;30&#38;#39;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And then you retrieve it in the same way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noel Green on "How To Populate Input With Form Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-populate-input-with-form-data#post-67378</link>
			<pubDate>Sat, 21 Jul 2012 16:11:20 +0000</pubDate>
			<dc:creator>Noel Green</dc:creator>
			<guid isPermaLink="false">67378@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form where people enter some stuff.  Then on submission it takes them to a forum page with a separate field on the page (not a gravity form generated field.)&#60;/p&#62;
&#60;p&#62;I want to &#34;grab&#34; the input from one of the fields on my gravity form and then have it populate that field on the next page.&#60;/p&#62;
&#60;p&#62;Here's what I have most recently...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$resource_url = null;
add_action(&#38;#39;gform_after_submission_7&#38;#39;, &#38;#39;resource_submission_handler&#38;#39;, 10, 2);
function resource_submission_handler($entry, $form){
	$GLOBALS[&#38;#39;resource_url&#38;#39;] = $entry[&#38;#39;30&#38;#39;];
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then I have this on my other page — the one I want to populate...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input type=&#38;quot;text&#38;quot; value=&#38;quot;&#38;lt;?php echo $GLOBALS[&#38;#39;resource_url&#38;#39;]; ?&#38;gt;&#38;quot; tabindex=&#38;quot;&#38;lt;?php bbp_tab_index(); ?&#38;gt;&#38;quot; name=&#38;quot;resource_url&#38;quot; id=&#38;quot;resource_url&#38;quot;/&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If I change &#34;null&#34; to something it will put that something in. But I can't get it to update based on the input of the gravity form.&#60;/p&#62;
&#60;p&#62;Here's hoping some weekend warriors will help out! ;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
