<?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: Sending a calculated field from one form to another</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sending-a-calculated-field-from-one-form-to-another</link>
		<description>Gravity Support Forums Topic: Sending a calculated field from one form to another</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:49:00 +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/sending-a-calculated-field-from-one-form-to-another" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Sending a calculated field from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-a-calculated-field-from-one-form-to-another#post-79149</link>
			<pubDate>Fri, 05 Oct 2012 14:43:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">79149@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, thanks for letting us know!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saxonycreative on "Sending a calculated field from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-a-calculated-field-from-one-form-to-another#post-79135</link>
			<pubDate>Fri, 05 Oct 2012 12:44:53 +0000</pubDate>
			<dc:creator>saxonycreative</dc:creator>
			<guid isPermaLink="false">79135@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome guys, the new update resolved the issue. Nice work and I appreciate the quick follow-through!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saxonycreative on "Sending a calculated field from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-a-calculated-field-from-one-form-to-another#post-78775</link>
			<pubDate>Wed, 03 Oct 2012 18:36:52 +0000</pubDate>
			<dc:creator>saxonycreative</dc:creator>
			<guid isPermaLink="false">78775@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, just emailed you the login info. Thanks for taking a look and helping to resolve!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Sending a calculated field from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-a-calculated-field-from-one-form-to-another#post-78770</link>
			<pubDate>Wed, 03 Oct 2012 18:20:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78770@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think I will need a WordPress administrator log in to take a look at this.  Thank you. Please email it to &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saxonycreative on "Sending a calculated field from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-a-calculated-field-from-one-form-to-another#post-78762</link>
			<pubDate>Wed, 03 Oct 2012 17:46:22 +0000</pubDate>
			<dc:creator>saxonycreative</dc:creator>
			<guid isPermaLink="false">78762@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply. The form is here: truebeachweddings.com/packages/package-estimator-part-i-of-iii&#60;/p&#62;
&#60;p&#62;Essentially, the user provides some contact info on Form 1 ( the results of which are passed along to the next forms in hidden fields)&#60;/p&#62;
&#60;p&#62;Then, the user chooses the services they need on Form 2 and receives a low, middle, high estimate based on the services they choose. These calculations are working correctly on Form 2 (the results are calculated in product fields with a css class of hidden with display:none), and I'm trying to pass the figures for the low, mid, and high over to Form 3.&#60;/p&#62;
&#60;p&#62;Form 3 appears to be losing the updated figures, and is instead showing the default values. For example, uncheck some services on Form 2 and then take note of the amount in the visible Number field at the bottom. This field value is being sent to the Number field at the top of Form 3, which should be displaying the updated value, but instead reverts to the default value. You can see the default value for this field in the URL string - the default is being passed and not the correct, updated value.&#60;/p&#62;
&#60;p&#62;I set things up this way (instead of a multi-page form) because we want to capture user info at different points in the process. Everything is actually working great for my purposes except for this one final issue. Let me know what you think - I'd be happy to provide you with a login to my site if it helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Sending a calculated field from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-a-calculated-field-from-one-form-to-another#post-78752</link>
			<pubDate>Wed, 03 Oct 2012 17:13:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How are you doing this now?  Can you show us the query string parameters and the form?&#60;/p&#62;
&#60;p&#62;How about populating a hidden field in your form with the total and then including the merge tag for that field in your query string, rather than the total, or however you are doing it now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saxonycreative on "Sending a calculated field from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-a-calculated-field-from-one-form-to-another#post-78707</link>
			<pubDate>Wed, 03 Oct 2012 15:25:31 +0000</pubDate>
			<dc:creator>saxonycreative</dc:creator>
			<guid isPermaLink="false">78707@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I am using a query string to send results from one form to another, which is working fine. The problem is that I am calculating a total on Form 1 based on the selections that the user chooses while they are on Form 1. However, when I send the total to Form 2, the sum of all potential options are included in the total, not just the options the user chose. How can I convert this total to a number as it is sent, so that I can display the actual total, or implement some other workaround to accomplish this? I look forward to your thoughts.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
