<?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: Check Info</title>
		<link>https://legacy.forums.gravityhelp.com/topic/check-info</link>
		<description>Gravity Support Forums Topic: Check Info</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:48:27 +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/check-info" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Check Info"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-info#post-33946</link>
			<pubDate>Tue, 30 Aug 2011 16:19:43 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">33946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Mgdir,&#60;/p&#62;
&#60;p&#62;Yes this is definitely possible. The easiest way to do this is going to be using the &#60;a href=&#34;&#34; rel=&#34;nofollow&#34;&#62;gform_pre_render&#60;/a&#62; hook. You can retrieve the the submitted value of any field using the rgpost('field_name') function. Example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
$value = rgpost(&#38;#39;input_1&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;One catch. The gform_pre_render hook will fire with every form page load. This will cause issues if after the user gets to the third page, changes the field value from the prepopulated value and then moves on to the fourth page. When the gform_pre_render hook fires on the fourth page load, it will prepopulate the original field value again instead of keeping the updated value.&#60;/p&#62;
&#60;p&#62;The solution to this is getting the current page (code below) and make sure that you do not fire the prepopulation code once you are past the page the field you are prepopulating resides on.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
$current_page = rgpost(&#38;#39;gform_source_page_number_&#38;#39; . $form[&#38;#39;id&#38;#39;]) ? rgpost(&#38;#39;gform_source_page_number_&#38;#39; . $form[&#38;#39;id&#38;#39;]) : 1;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mgdir on "Check Info"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-info#post-33813</link>
			<pubDate>Mon, 29 Aug 2011 13:31:42 +0000</pubDate>
			<dc:creator>mgdir</dc:creator>
			<guid isPermaLink="false">33813@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have created a form (&#60;a href=&#34;https://secure.growingstage.com/?page_id=2&#34; rel=&#34;nofollow&#34;&#62;https://secure.growingstage.com/?page_id=2&#60;/a&#62;) which I have setup and custom encoded to allow me to hide certain values from the database and use pgp encryption (which was much easier than I thought it would be at first).  What I am trying to do is create a page for people who are buying something to check their data.  I know that this functionality is not included in the default setup, but I am not new to intense PHP and jquery coding.  I noticed that a number of the field types have the ability to be dynamically updated and I wanted to know if there is a way to populate a text field on &#34;page 3&#34; of my form using the data from a text field on &#34;page 1&#34; of my form.  If yes, then I can do the rest.  Thank you for your help in advance!!!!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
