<?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: Redirected to a Request page after submitting a form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-a-request-page-after-submitting-a-form</link>
		<description>Gravity Support Forums Topic: Redirected to a Request page after submitting a form</description>
		<language>en-US</language>
		<pubDate>Tue, 14 Apr 2026 23:35:22 +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/redirected-to-a-request-page-after-submitting-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Redirected to a Request page after submitting a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-a-request-page-after-submitting-a-form#post-178004</link>
			<pubDate>Wed, 20 Mar 2013 09:51:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">178004@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demoweb on "Redirected to a Request page after submitting a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-a-request-page-after-submitting-a-form#post-176669</link>
			<pubDate>Tue, 19 Mar 2013 08:15:25 +0000</pubDate>
			<dc:creator>demoweb</dc:creator>
			<guid isPermaLink="false">176669@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you very much for your reply. Its really help full for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Redirected to a Request page after submitting a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-a-request-page-after-submitting-a-form#post-174305</link>
			<pubDate>Sun, 17 Mar 2013 13:13:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">174305@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When the user is logged in, it sounds like this is working fine for you?  It's when you add the additional step in to register that you don't want to lose them, after registration and want them to continue on to the original URL?  Is that correct?&#60;/p&#62;
&#60;p&#62;If so, then when the user is redirected to the registration page, you need to pass their final URL along with the form submission.  Then, use that URL for the confirmation redirect for the registration form.  That will put them at their original destination, even though they stopped at the registration form along the way.&#60;/p&#62;
&#60;p&#62;Check out this sample form: &#60;a href=&#34;http://gravity.chrishajer.com/register-then-redirect-to-original-destination/?dest=http://www.google.com&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/register-then-redirect-to-original-destination/?dest=http://www.google.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can changed &#34;dest=&#34; to whatever URL you want.  That is where the visitor will be redirected after registration.  That is the type of link you would use when you send the visitor to the registration page. Use a hidden field which is set to &#34;Allow field to be populated dynamically&#34; and give it a parameter name (I used dest).  Then, use that merge tag for the URL for your confirmation redirect.  In my form, the redirect URL for the confirmation is {Destination:9} (field 9 is my hidden field with a name of &#34;Destination&#34; and a parameter name of &#34;dest&#34;.&#60;/p&#62;
&#60;p&#62;I used 'dest' instead of 'redirect' but the rest of the procedure is the same.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demoweb on "Redirected to a Request page after submitting a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-a-request-page-after-submitting-a-form#post-170759</link>
			<pubDate>Thu, 14 Mar 2013 02:41:39 +0000</pubDate>
			<dc:creator>demoweb</dc:creator>
			<guid isPermaLink="false">170759@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Thank-you For the reply,&#60;br /&#62;
Let me explain to you what i have problem.&#60;br /&#62;
Example:-&#60;/p&#62;
&#60;p&#62;I have on Course page where the course listing occur's. There are on course with the name of BCA. now when the user will click on the BCA course. the bca page will be open .. now at there BOOK NOW button available. Now if the user is login in my site the the page will redirect to paypal else user will redirect to register page.&#60;/p&#62;
&#60;p&#62;My course page url is:&#60;br /&#62;
&#60;a href=&#34;http://www.myurl.com/course/?course=MTEx&#34; rel=&#34;nofollow&#34;&#62;http://www.myurl.com/course/?course=MTEx&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;when the user will redirect to register page if i have send the last page url also&#60;br /&#62;
&#60;a href=&#34;http://www.myurl.com/register/?redirect=&#34; rel=&#34;nofollow&#34;&#62;http://www.myurl.com/register/?redirect=&#60;/a&#62;&#34;%2Fcardiology%2Fcourses%2F%3Fcourse%3DMTEx&#34;&#60;/p&#62;
&#60;p&#62;Now when the user will fill the form and submit it i wana to redirect to user on &#34;?redirect&#34; page.&#60;/p&#62;
&#60;p&#62;can u plz help me for fix this issue ..??&#60;/p&#62;
&#60;p&#62;Thnaks for your support and help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Redirected to a Request page after submitting a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-a-request-page-after-submitting-a-form#post-168835</link>
			<pubDate>Tue, 12 Mar 2013 09:24:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">168835@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You will need to pass the URL somehow from the page they are on to the registration page, then pass it again to the confirmation redirect on the registration form.  If you post URLs to the pages on your site where the forms exist, we can give more specific advice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demoweb on "Redirected to a Request page after submitting a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-a-request-page-after-submitting-a-form#post-168551</link>
			<pubDate>Tue, 12 Mar 2013 03:36:39 +0000</pubDate>
			<dc:creator>demoweb</dc:creator>
			<guid isPermaLink="false">168551@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, i have use GF Form with User Registration Add-on.&#60;br /&#62;
I have Some query so plz let me know if it possible with GF.&#60;/p&#62;
&#60;p&#62;1) i have Some courses on my website.when user want to buy this course at that time i have check if the user is login then its work else i want to redirect on User register page that work i have done. now when the user fill the new user Register Form after submit i want to Redirect on same course page which url parameter i have send when page redirect on the User register page..&#60;/p&#62;
&#60;p&#62;Is it possible with GF ..?&#60;/p&#62;
&#60;p&#62;Thnaks for your support and help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
