<?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: Passing Total to Confirmation Page via query string Without Currency Symbol</title>
		<link>https://legacy.forums.gravityhelp.com/topic/passing-total-to-confirmation-page-via-query-string-without-currency-symbol</link>
		<description>Gravity Support Forums Topic: Passing Total to Confirmation Page via query string Without Currency Symbol</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:23:46 +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/passing-total-to-confirmation-page-via-query-string-without-currency-symbol" rel="self" type="application/rss+xml" />

		<item>
			<title>bluantinoo on "Passing Total to Confirmation Page via query string Without Currency Symbol"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-total-to-confirmation-page-via-query-string-without-currency-symbol#post-317379</link>
			<pubDate>Tue, 11 Jun 2013 14:26:52 +0000</pubDate>
			<dc:creator>bluantinoo</dc:creator>
			<guid isPermaLink="false">317379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've tried and actually I have some problems:&#60;/p&#62;
&#60;p&#62;1)  I have several forms (24 and growing) so I cannot make a scritp that grab the value of the total from a specific imput.&#60;br /&#62;
Is there a way to build an abstract function about &#34;total&#34; grabbing to make it work on any form?&#60;/p&#62;
&#60;p&#62;2)  same question of point 1, this time about the hidden field that should receive the value.&#60;/p&#62;
&#60;p&#62;3) are hidden field shown in the notification merging tag {all_fields}?&#60;br /&#62;
If yes, there's a way to clean up rendering of all_fields from that hidden field?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluantinoo on "Passing Total to Confirmation Page via query string Without Currency Symbol"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-total-to-confirmation-page-via-query-string-without-currency-symbol#post-317308</link>
			<pubDate>Tue, 11 Jun 2013 13:01:46 +0000</pubDate>
			<dc:creator>bluantinoo</dc:creator>
			<guid isPermaLink="false">317308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If this is the only way I have no choice.&#60;br /&#62;
I'll try and I'll let you know
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Passing Total to Confirmation Page via query string Without Currency Symbol"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-total-to-confirmation-page-via-query-string-without-currency-symbol#post-315674</link>
			<pubDate>Mon, 10 Jun 2013 15:31:14 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">315674@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's an interesting issue. The only way I could think of would be to have a hidden field and then process the value on submission. You could using our pre_submission hook, grab the value of the total, and strip out the currency symbol before putting the value in your hidden field, and using that field as the one for the query string. Does that make sense?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluantinoo on "Passing Total to Confirmation Page via query string Without Currency Symbol"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-total-to-confirmation-page-via-query-string-without-currency-symbol#post-315600</link>
			<pubDate>Mon, 10 Jun 2013 14:43:27 +0000</pubDate>
			<dc:creator>bluantinoo</dc:creator>
			<guid isPermaLink="false">315600@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I'm using GF to sell a configurable service (a product with options).&#60;/p&#62;
&#60;p&#62;I would like to pass to confirmation page (redirect page) via quesry string all info I need to build Google Analytics ecommerce Tracking code.&#60;/p&#62;
&#60;p&#62;The only issue I'm having is about the Total Amount: I can't find a way to pass it without the currency symbol.&#60;/p&#62;
&#60;p&#62;I've tried like this:&#60;br /&#62;
&#60;code&#62;total={Total:87}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and like this:&#60;br /&#62;
&#60;code&#62;total={Total:87:value}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but in both ways the querystring is dirty (as the currency symbol is converted to be URL-compatible) so I keep get something like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.mysite.com/thank-you/?total=136%2C90+%26%238364%3B&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com/thank-you/?total=136%2C90+%26%238364%3B&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;is there a way to clean the value of that field to have just the numeric total?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
