<?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: After Submit, go to URL from Checkbox</title>
		<link>https://legacy.forums.gravityhelp.com/topic/after-submit-go-to-url-from-checkbox</link>
		<description>Gravity Support Forums Topic: After Submit, go to URL from Checkbox</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:45:57 +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/after-submit-go-to-url-from-checkbox" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "After Submit, go to URL from Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-submit-go-to-url-from-checkbox#post-41371</link>
			<pubDate>Thu, 17 Nov 2011 00:16:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41371@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Two things.&#60;/p&#62;
&#60;p&#62;1) Remove the query string and merge tag from the URL.  It should look like this:&#60;br /&#62;
&#60;a href=&#34;http://whereintheworldarethetarantinos.com/be2012/support.php&#34; rel=&#34;nofollow&#34;&#62;http://whereintheworldarethetarantinos.com/be2012/support.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) Update your query string to this:&#60;br /&#62;
support={Type of Support:4}&#60;/p&#62;
&#60;p&#62;Just add the &#34;support=&#34; to the beginning or what is there.  So the URL in the address bar will be:&#60;br /&#62;
&#60;a href=&#34;http://whereintheworldarethetarantinos.com/be2012/support.php?support=pledge&#34; rel=&#34;nofollow&#34;&#62;http://whereintheworldarethetarantinos.com/be2012/support.php?support=pledge&#60;/a&#62; (or online, or credit, or check)&#60;/p&#62;
&#60;p&#62;I just tested all four strings and your support.php redirect file is working properly.  Just watch the address bar and see what happens when you try various query strings or URLs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "After Submit, go to URL from Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-submit-go-to-url-from-checkbox#post-41010</link>
			<pubDate>Mon, 14 Nov 2011 10:16:56 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41010@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you export your form please and email it to me at &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; and confirm that this is the only code in your functions.php that affects this form?  If you need to, attach your whole functions.php as well, and I will take a look at it for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stacker02 on "After Submit, go to URL from Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-submit-go-to-url-from-checkbox#post-40976</link>
			<pubDate>Sun, 13 Nov 2011 21:29:25 +0000</pubDate>
			<dc:creator>stacker02</dc:creator>
			<guid isPermaLink="false">40976@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What was happening was on my form I had the notifications set to email the administrator as well as send a follow up email to the user who registered.&#60;/p&#62;
&#60;p&#62;If I had both set, I would receive 500 errors.&#60;/p&#62;
&#60;p&#62;But if I disabled either administrator email or user email then it works. So for some reason it´s not letting me do both.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "After Submit, go to URL from Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-submit-go-to-url-from-checkbox#post-40846</link>
			<pubDate>Fri, 11 Nov 2011 16:31:36 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">40846@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not entirely sure what you are saying the issue is. So you have your form set to redirect to this custom page when it's submitted and when you submit the form you are getting a 500 server error?  Can you explain in more detail?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stacker02 on "After Submit, go to URL from Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-submit-go-to-url-from-checkbox#post-40822</link>
			<pubDate>Fri, 11 Nov 2011 13:25:10 +0000</pubDate>
			<dc:creator>stacker02</dc:creator>
			<guid isPermaLink="false">40822@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the feedback. I went ahead and set the custom PHP page and it works...&#60;/p&#62;
&#60;p&#62;BUT...&#60;/p&#62;
&#60;p&#62;I have it setup to email the user a confirmation email and I am getting a server 500 error when Ihave this set. &#60;/p&#62;
&#60;p&#62;What could be causing this?&#60;/p&#62;
&#60;p&#62;If I don´t set it to send an email, no problems... (currently set not to email people)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://whereintheworldarethetarantinos.com/support/&#34; rel=&#34;nofollow&#34;&#62;http://whereintheworldarethetarantinos.com/support/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;here is the PHP code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php $support = $_GET[&#38;#39;support&#38;#39;]; ?&#38;gt;
&#38;lt;?php if ($support == &#38;#39;pledge&#38;#39;)  { ?&#38;gt;
&#38;lt;?php  header( &#38;#39;Location: &#60;a href=&#34;http://worldmissions.ag.org/agwm_commit_form.cfm?AcctNo=294344&#38;#39&#34; rel=&#34;nofollow&#34;&#62;http://worldmissions.ag.org/agwm_commit_form.cfm?AcctNo=294344&#38;#39&#60;/a&#62;; ) ;?&#38;gt;
&#38;lt;?php } elseif ($support == &#38;#39;credit&#38;#39;)  {?&#38;gt;
&#38;lt;?php  header( &#38;#39;Location: &#60;a href=&#34;http://ag.org/contributorservices_PDF/CRCDAUTH.pdf&#38;#39&#34; rel=&#34;nofollow&#34;&#62;http://ag.org/contributorservices_PDF/CRCDAUTH.pdf&#38;#39&#60;/a&#62;; ) ;?&#38;gt;
&#38;lt;?php } elseif ($support == &#38;#39;online&#38;#39;)  {?&#38;gt;
&#38;lt;?php  header( &#38;#39;Location: &#60;a href=&#34;https://secure1.ag.org/contributions/detail.cfm?LedgerID=74693978-2aff-4cee-ab68-e98d6bc9edf6&#38;#39&#34; rel=&#34;nofollow&#34;&#62;https://secure1.ag.org/contributions/detail.cfm?LedgerID=74693978-2aff-4cee-ab68-e98d6bc9edf6&#38;#39&#60;/a&#62;; ) ;?&#38;gt;
&#38;lt;?php } elseif ($support == &#38;#39;check&#38;#39;)  {?&#38;gt;
&#38;lt;?php  header( &#38;#39;Location:  &#60;a href=&#34;http://goo.gl/OI0XD&#38;#39&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/OI0XD&#38;#39&#60;/a&#62;; ) ;?&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "After Submit, go to URL from Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-submit-go-to-url-from-checkbox#post-40777</link>
			<pubDate>Thu, 10 Nov 2011 17:33:53 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">40777@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms does not currently support conditional confirmations.  So you can't show a different confirmation based on a field selection.  This is a feature we plan on adding in the future and is most definitely on our to do list.&#60;/p&#62;
&#60;p&#62;It can be done now, however it can only be done as a customization.  You'd have to write your own custom PHP page that you redirect the form to and pass the field value for the field that determines where to send the user via the query string. Then that custom PHP page page would then need to redirect where you want to send the user based on the value.&#60;/p&#62;
&#60;p&#62;So it can be done but only as a customization.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stacker02 on "After Submit, go to URL from Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-submit-go-to-url-from-checkbox#post-40768</link>
			<pubDate>Thu, 10 Nov 2011 16:16:49 +0000</pubDate>
			<dc:creator>stacker02</dc:creator>
			<guid isPermaLink="false">40768@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to figure out if I can do the following. I am wanting to get the name and email of potential donors and have them check the option of the type of support they want to do.&#60;/p&#62;
&#60;p&#62;Depending on the support options (which are 4) you will be taken to a URL or pass data.&#60;/p&#62;
&#60;p&#62;1) go to website&#60;br /&#62;
2) download a PDF&#60;br /&#62;
3) go to website&#60;br /&#62;
4) show mailing address&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://whereintheworldarethetarantinos.com/support/&#34; rel=&#34;nofollow&#34;&#62;http://whereintheworldarethetarantinos.com/support/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
