<?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: Price total on redirect Page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/price-total-on-redirect-page</link>
		<description>Gravity Support Forums Topic: Price total on redirect Page</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:15:53 +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/price-total-on-redirect-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Price total on redirect Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/price-total-on-redirect-page#post-89993</link>
			<pubDate>Mon, 12 Nov 2012 02:33:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">89993@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@sebasg, this is an old topic and I'm not sure how your question is related.  Please feel free to open a new topic and we will help you individually.  Please state clearly what you're trying to do and what you have tried already. A link to the page on your site where the form is visible might be useful for us to see what you're trying to do as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sebasg on "Price total on redirect Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/price-total-on-redirect-page#post-89796</link>
			<pubDate>Sun, 11 Nov 2012 12:42:30 +0000</pubDate>
			<dc:creator>sebasg</dc:creator>
			<guid isPermaLink="false">89796@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I got into the same problem here. Need to print the name in the confirmation page and all I get at the moment is the name in the url.&#60;br /&#62;
My PHP knowledge is basic so, can you be more specific on code I have to add to the page to display this value?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;PS: Documentation needs more detailed explanations.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Price total on redirect Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/price-total-on-redirect-page#post-54467</link>
			<pubDate>Fri, 06 Apr 2012 12:02:38 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54467@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on. If you pass the data to your receipt page via the query string using the Redirect confirmation method, then you will need to make your page read and display the query string values using PHP. So you'd have to add PHP to your custom receipt page to read and display the query string items.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Price total on redirect Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/price-total-on-redirect-page#post-54465</link>
			<pubDate>Fri, 06 Apr 2012 11:49:55 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">54465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've tried the latter option you suggested, and it's perfect! &#60;/p&#62;
&#60;p&#62;Still curious how I would do it on a redirect page though. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Price total on redirect Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/price-total-on-redirect-page#post-54463</link>
			<pubDate>Fri, 06 Apr 2012 11:42:08 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">54463@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your response.&#60;/p&#62;
&#60;p&#62;So I created the query string:&#60;/p&#62;
&#60;p&#62;spring_league_total={Total:15}&#60;/p&#62;
&#60;p&#62;But I don't know what to do with it. Do I paste it in the html of the confirmation page? Is it a part of the URL of the confirmation page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Price total on redirect Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/price-total-on-redirect-page#post-54458</link>
			<pubDate>Fri, 06 Apr 2012 11:09:30 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54458@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could probably do this two ways.&#60;/p&#62;
&#60;p&#62;One would be to pass the data via the Query String option on the Confirmation -&#38;gt; Redirect Page or instead of redirecting to a new page, just placing all of that content using the Confirmation -&#38;gt; Text option and dropping in the Total Merge tag where you want it to appear in your content.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Price total on redirect Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/price-total-on-redirect-page#post-54433</link>
			<pubDate>Fri, 06 Apr 2012 01:46:27 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">54433@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have a form here where I give the customer the option of paying by check or paypal. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.searchandperch.com/sportstrong/spring-league-registration/&#34; rel=&#34;nofollow&#34;&#62;http://www.searchandperch.com/sportstrong/spring-league-registration/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'd like it so that those who pay by check can see the total price on the next page, which is located here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.searchandperch.com/sportstrong/payment/&#34; rel=&#34;nofollow&#34;&#62;http://www.searchandperch.com/sportstrong/payment/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a way to carry over the total from the form to this page? Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
