<?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: Using Field Values after form submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-field-values-after-form-submission</link>
		<description>Gravity Support Forums Topic: Using Field Values after form submission</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:04:03 +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/using-field-values-after-form-submission" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Using Field Values after form submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-field-values-after-form-submission#post-65754</link>
			<pubDate>Wed, 11 Jul 2012 09:47:31 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">65754@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you leave Gravity Forms to go somewhere else, you can't pass things back to the form like that. Can you give me more information on what exactly you are trying to do so I can give you the best possible response?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dtgreen on "Using Field Values after form submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-field-values-after-form-submission#post-65753</link>
			<pubDate>Wed, 11 Jul 2012 09:36:56 +0000</pubDate>
			<dc:creator>dtgreen</dc:creator>
			<guid isPermaLink="false">65753@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for that David.&#60;/p&#62;
&#60;p&#62;I suppose sending the variables I need across in the query string would be be most straight forward way of doing things!&#60;/p&#62;
&#60;p&#62;Regarding the use of the hook, lets say I have one final variable (the price of the quote, for example) that I want my script to pass back, how can I achieve that and how would I then use that on the thank you/confirmation page?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Dave
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Using Field Values after form submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-field-values-after-form-submission#post-65341</link>
			<pubDate>Mon, 09 Jul 2012 10:06:23 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">65341@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The entry object isn't available once you leave Gravity Forms. You could do one of the following:&#60;/p&#62;
&#60;p&#62;Pull the latest submission from the database after the form is submitted. So you would use Gravity Forms to redirect to your script page. Your script would grab the latest lead in the database and use that information to determine what it needs to do. &#60;/p&#62;
&#60;p&#62;You could send all the data via query string by doing redirect, checking the query string check box, and adding the variables you would want to access. &#60;/p&#62;
&#60;p&#62;You could use our post_submission hook and send data to your script and set it up to send back a response. The data would be sent and returned in the background. &#60;/p&#62;
&#60;p&#62;You could find a way to create a session on the form, and using one of many hooks, set data into the session variable and be able to pull it back out in your script if you keep the session alive in PHP. &#60;/p&#62;
&#60;p&#62;Have a look at our hooks here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Again, specifically the pre_submission post_submission hooks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dtgreen on "Using Field Values after form submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-field-values-after-form-submission#post-65329</link>
			<pubDate>Mon, 09 Jul 2012 08:52:17 +0000</pubDate>
			<dc:creator>dtgreen</dc:creator>
			<guid isPermaLink="false">65329@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;I'm looking to calculate a price for the user after the form has been submitted, taking several of the field values to do some math before a price is show on screen.&#60;/p&#62;
&#60;p&#62;What's the best way to achieve this?&#60;/p&#62;
&#60;p&#62;To clarify, I want to re-direct the user to a script after the form has been successfully submitted, but the script will need to access all the field data from the submission itself.&#60;/p&#62;
&#60;p&#62;Will the Entry Object data still be available post-submission? If so, I guess it is just a case of accessing the array and assigning the required fields to my own variables, no?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Dave
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
