<?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 User Favorites: jammbox</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/jammbox'>jammbox</a></link>
		<description>Gravity Support Forums User Favorites: jammbox</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:59:11 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>danielpettifer on "Add conditional logic to submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-conditional-logic-to-submit-button#post-49984</link>
			<pubDate>Mon, 20 Feb 2012 13:41:51 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">49984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please can you help with this..... .. . . .     I have everything set up but I am using a local server (mamp),&#60;br /&#62;
it's set to port 8888 and is being automatically shortened to localhost which isn't working. Do you think I am experiencing problems because I am working locally? I tried hosting the redirection file on another server but that also doesn't work.......
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielpettifer on "Add conditional logic to submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-conditional-logic-to-submit-button#post-49825</link>
			<pubDate>Sat, 18 Feb 2012 10:28:25 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">49825@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK.......so call me stupid but............in the confirmation tab I can &#34;Pass Field Data Via Query String&#34;.&#60;/p&#62;
&#60;p&#62;I can separate the field data with a / = for example :  {Branch:1}/{Course:2}&#60;/p&#62;
&#60;p&#62;This works perfectly, however........ it is putting a question mark before {Branch:1}&#60;/p&#62;
&#60;p&#62;http:www.mycourse.com/?london/cooking&#60;/p&#62;
&#60;p&#62;Could i possibly clean up this information as it is passed...this would be much simpler
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielpettifer on "Add conditional logic to submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-conditional-logic-to-submit-button#post-49823</link>
			<pubDate>Sat, 18 Feb 2012 10:13:58 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">49823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm also building this on a local server at the moment......the redirect doesn't seem to be working...will it fail if it's not on a live site..?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielpettifer on "Add conditional logic to submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-conditional-logic-to-submit-button#post-49820</link>
			<pubDate>Sat, 18 Feb 2012 09:40:11 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">49820@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help....have been busy sorry :)&#60;/p&#62;
&#60;p&#62;It's becoming slightly more complicated....I will explain&#60;/p&#62;
&#60;p&#62;I have a central webpage that gives you the ability to book a course in one of our seven branches... I want to put the gravity form in a sidebar widget and I would them to be able to choose between two different parameters... the branch location...and the course...... I think it will be something along the lines of if parameter1=london and parameter2=cooking then redirect to &#60;a href=&#34;http://blablabla....&#34; rel=&#34;nofollow&#34;&#62;http://blablabla....&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;But I really have no idea how to implement this.....I can follow a tutorial if you have any advice on where to look.....&#60;/p&#62;
&#60;p&#62;thanks again for your amazing service!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Add conditional logic to submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-conditional-logic-to-submit-button#post-47856</link>
			<pubDate>Mon, 30 Jan 2012 19:41:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">47856@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@danielpettifer, regarding this code:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/add-conditional-logic-to-submit-button#post-1591&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/add-conditional-logic-to-submit-button#post-1591&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That is a discrete PHP file stored on your server.  Call it whatever you want (redirection.php is OK) and put it in your theme folder.  Then use that file as part of the redirect URL.  So the url will look like&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://example.com/wp-content/themes/themename/redirection.php&#34; rel=&#34;nofollow&#34;&#62;http://example.com/wp-content/themes/themename/redirection.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now, that file has the logic to &#34;catch&#34; the value of &#34;purchase&#34; you are sending.&#60;/p&#62;
&#60;p&#62;What I would do is send one parameter name (in this case 'purchase') and send different values.  Then the code (the &#34;case&#34; statements) will be extended to handle all your options (6 you say.)  So, maybe you will have a parameter name of &#34;course&#34; and send it in the query string like this:&#60;/p&#62;
&#60;p&#62;?course=algebra&#60;br /&#62;
?course=spelling&#60;br /&#62;
?course=cooking&#60;br /&#62;
?course=bicycling&#60;br /&#62;
?course=kayaking&#60;br /&#62;
?course=sleeping&#60;/p&#62;
&#60;p&#62;If that were the case, you will use change &#34;purchase&#34; to &#34;course&#34; and instead of 2 cases in the switch statement, you will have 6, and each one is exactly as listed above.&#60;/p&#62;
&#60;p&#62;Please let us know if you need more help.  This is a very old topic and our advice has changed and gotten better since this was written.  I can't find the newer topic though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielpettifer on "Add conditional logic to submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-conditional-logic-to-submit-button#post-46974</link>
			<pubDate>Fri, 20 Jan 2012 09:24:56 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">46974@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also, how could i change this for different forms, there will be a total of six forms that will need redirecting....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielpettifer on "Add conditional logic to submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-conditional-logic-to-submit-button#post-46972</link>
			<pubDate>Fri, 20 Jan 2012 09:17:26 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">46972@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin in your steps above....where should i insert the php code?&#60;/p&#62;
&#60;p&#62;i am working on an educational site where people need to choose courses, the submit button needs to redirect to different event registration pages...&#60;/p&#62;
&#60;p&#62;thanks in advance :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Add conditional logic to submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-conditional-logic-to-submit-button#post-16963</link>
			<pubDate>Tue, 25 Jan 2011 01:11:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@knife - conditional logic can be applied to the submit button now. You can set a single checkbox for &#34;agree to terms of service&#34; and base the conditional logic on it. If the field isn't checked, the submit button doesn't show.&#60;/p&#62;
&#60;p&#62;The button conditional logic options can be found under the main form settings for each form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>knife on "Add conditional logic to submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-conditional-logic-to-submit-button#post-16960</link>
			<pubDate>Tue, 25 Jan 2011 00:56:17 +0000</pubDate>
			<dc:creator>knife</dc:creator>
			<guid isPermaLink="false">16960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah definitely think there should be an easier way to add a T's and C's section. It's pretty common to have the submit button of a form inactive until a T's and C's checkbox has been clicked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex on "Terms of Conditions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-of-conditions#post-8406</link>
			<pubDate>Wed, 11 Aug 2010 01:31:54 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">8406@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;works great with PayPal. That's what I needed. Now I need to figure out how to add amounts from text fields and radio buttons...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
