<?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: Multiple Thank You Page Options based on Checkbox Input</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input</link>
		<description>Gravity Support Forums Topic: Multiple Thank You Page Options based on Checkbox Input</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:24:47 +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/multiple-thank-you-page-options-based-on-checkbox-input" rel="self" type="application/rss+xml" />

		<item>
			<title>jthomas.griffin on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-20249</link>
			<pubDate>Wed, 09 Mar 2011 15:10:33 +0000</pubDate>
			<dc:creator>jthomas.griffin</dc:creator>
			<guid isPermaLink="false">20249@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the information Carl. I will work building this option in and see if I can get a working solution/example. &#60;/p&#62;
&#60;p&#62;This will definitely be a sweet feature for future releases. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-18581</link>
			<pubDate>Tue, 15 Feb 2011 13:57:03 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The switch statement has no context to Gravity Forms itself..&#60;/p&#62;
&#60;p&#62;You'd configure your form to redirect to a custom PHP page you create, passing a field value via the query string.&#60;/p&#62;
&#60;p&#62;Your PHP page would get that value from the query string and then you would write a switch statement or an IF statement that redirects to the appropriate page based on that field value.&#60;/p&#62;
&#60;p&#62;If field value is X then redirect to this page&#60;br /&#62;
If field value is Y then redirect to a different page&#60;/p&#62;
&#60;p&#62;This PHP page is one you would have to create, so how you do the code is entirely up to you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrhoneyfoot on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-18565</link>
			<pubDate>Tue, 15 Feb 2011 07:31:33 +0000</pubDate>
			<dc:creator>mrhoneyfoot</dc:creator>
			<guid isPermaLink="false">18565@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carl Hancock What would the switch statement look like in the context of gforms?&#60;/p&#62;
&#60;p&#62;@2urn Did you find a solution?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-18204</link>
			<pubDate>Thu, 10 Feb 2011 13:05:04 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18204@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is some information on how to use PHP to redirect to another page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cyberciti.biz/faq/php-redirect/&#34; rel=&#34;nofollow&#34;&#62;http://www.cyberciti.biz/faq/php-redirect/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would have to combine this with code that gets the query string value and then most likely use a switch statement to determine where to redirect.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrhoneyfoot on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-18195</link>
			<pubDate>Thu, 10 Feb 2011 12:52:23 +0000</pubDate>
			<dc:creator>mrhoneyfoot</dc:creator>
			<guid isPermaLink="false">18195@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Subscribed
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2urn on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-18191</link>
			<pubDate>Thu, 10 Feb 2011 12:26:16 +0000</pubDate>
			<dc:creator>2urn</dc:creator>
			<guid isPermaLink="false">18191@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl,&#60;/p&#62;
&#60;p&#62;This is great! In the meantime, do you have any sample php redirect code that we could modify?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Dimitry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-18168</link>
			<pubDate>Thu, 10 Feb 2011 01:14:31 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently conditional confirmation messages and redirects are not a built in feature.  It IS a feature we do plan on adding.&#60;/p&#62;
&#60;p&#62;It is possible to do a conditional redirect now, but it requires some custom code to implement.&#60;/p&#62;
&#60;p&#62;- Create a custom PHP page that redirects based on a query string value&#60;br /&#62;
- Edit your form&#60;br /&#62;
- Edit Form Settings&#60;br /&#62;
- Select Confirmation tab&#60;br /&#62;
- Choose Redirect as the confirmation type&#60;br /&#62;
- Enter the full URL to the PHP you created that will handle the redirect&#60;br /&#62;
- Use the query string builder tool to pass the query string value the redirect will check for&#60;br /&#62;
- Save your form&#60;/p&#62;
&#60;p&#62;Now when you submit the form it should pass the query string values you setup to the PHP page you created which would then read that query string value and redirect wherever you want it to go.&#60;/p&#62;
&#60;p&#62;So it's not a built in feature, but it's certainly possible with a little elbow grease.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2urn on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-18152</link>
			<pubDate>Thu, 10 Feb 2011 00:36:44 +0000</pubDate>
			<dc:creator>2urn</dc:creator>
			<guid isPermaLink="false">18152@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could also use the first technique mentioned above to simply generate an HTML field with an appropriate &#34;booking&#34; button linking to each cities booking form via invisible parameter. If you integrated that with a nice thank you message the users would hardly notice the extra page/click....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2urn on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-18150</link>
			<pubDate>Thu, 10 Feb 2011 00:33:56 +0000</pubDate>
			<dc:creator>2urn</dc:creator>
			<guid isPermaLink="false">18150@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Thomas,&#60;/p&#62;
&#60;p&#62;By using the &#34;Pass Field Data Via Query String&#34;  under redirect option you shouldn't you be able to send the user to different pages for each city as you planned? I'm implementing Events Calendar with bookings myself on the same site... will let you know how it pans out.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Dimitry&#60;br /&#62;
@2urn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jthomas.griffin on "Multiple Thank You Page Options based on Checkbox Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-thank-you-page-options-based-on-checkbox-input#post-18149</link>
			<pubDate>Thu, 10 Feb 2011 00:24:38 +0000</pubDate>
			<dc:creator>jthomas.griffin</dc:creator>
			<guid isPermaLink="false">18149@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dimitry,&#60;/p&#62;
&#60;p&#62;That's the solution that I would have loved to use, but I don't think it will work with Booking Calendar. That's the booking form that I will be setting up for the appointments, and while that booking plugin does support form fields, it doesn't have support for conditional logic (as far as I can tell). That's why I wanted to see if Gravity Forms could send me to a specific thank you page based on the city chosen, because each booking form will be different for each city.&#60;/p&#62;
&#60;p&#62;Gravity Forms just needs to integrate a booking feature. That will fix all my woes. :)&#60;/p&#62;
&#60;p&#62;Any further ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
