<?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 values to a custom PHP confirmation page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sending-values-to-a-custom-php-confirmation-page</link>
		<description>Gravity Support Forums Topic: Sending values to a custom PHP confirmation page</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Apr 2026 23:50:41 +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-values-to-a-custom-php-confirmation-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Sending values to a custom PHP confirmation page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-values-to-a-custom-php-confirmation-page#post-29899</link>
			<pubDate>Wed, 13 Jul 2011 15:39:17 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29899@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You need to pass the value instead of the label.  This is a quick change to the merge tag you are using to pass the field information.&#60;/p&#62;
&#60;p&#62;I don't now your field names or id's so I can't give you an exact example but basically you just need to append :value to the merge tag where you pass the field information in the query string redirect.&#60;/p&#62;
&#60;p&#62;So instead of something like this:&#60;br /&#62;
{My Field Name:5}&#60;/p&#62;
&#60;p&#62;You would use this:&#60;br /&#62;
{My Field Name:5:value}&#60;/p&#62;
&#60;p&#62;That will pass the value of the field rather than the label, which is the user friendly information that is typically needed.  But when you need the value you just add the :value to the end of the merge tag and that should do the trick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonathantolhurst on "Sending values to a custom PHP confirmation page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-values-to-a-custom-php-confirmation-page#post-29869</link>
			<pubDate>Wed, 13 Jul 2011 02:38:57 +0000</pubDate>
			<dc:creator>jonathantolhurst</dc:creator>
			<guid isPermaLink="false">29869@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to use one fo your forms to create a blood alcohol calculator.&#60;br /&#62;
To do this I am submitting the form to a custom PHP confirmation page and pass the field values.&#60;br /&#62;
I enabled values on the form fields (drop downs) and I wanted to pass the values rather than the label.&#60;br /&#62;
I can't work out how to make it do this.&#60;br /&#62;
Example:&#60;br /&#62;
Field Label= A shot (25ml)&#60;br /&#62;
Field Value= 25&#60;/p&#62;
&#60;p&#62;Currently this is being passed as: ?container=A%20shot%20(25ml)&#60;br /&#62;
where as I want it to be the value: ?container=25&#60;/p&#62;
&#60;p&#62;Any ideas??&#60;/p&#62;
&#60;p&#62;Thank You :-)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
