<?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: Redirect to page after submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission</link>
		<description>Gravity Support Forums Topic: Redirect to page after submission</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:47:51 +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/redirect-to-page-after-submission" rel="self" type="application/rss+xml" />

		<item>
			<title>travin on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-19872</link>
			<pubDate>Thu, 03 Mar 2011 19:46:16 +0000</pubDate>
			<dc:creator>travin</dc:creator>
			<guid isPermaLink="false">19872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, &#60;/p&#62;
&#60;p&#62;How do I use your code above to make my form redirct to a new page?  I don't know how to change the attribute of my form.  &#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott Hack on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-1613</link>
			<pubDate>Thu, 19 Nov 2009 01:19:20 +0000</pubDate>
			<dc:creator>Scott Hack</dc:creator>
			<guid isPermaLink="false">1613@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Worked super Kevin.  Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott Hack on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-1612</link>
			<pubDate>Thu, 19 Nov 2009 00:52:51 +0000</pubDate>
			<dc:creator>Scott Hack</dc:creator>
			<guid isPermaLink="false">1612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;That worked!  Thank you sir!  Suggest that a check box be put into the back end for the future to force opening in a new window.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-1611</link>
			<pubDate>Thu, 19 Nov 2009 00:22:06 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">1611@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scott you could always try something like this on those forms.. basically it's setting a target=&#34;blank&#34; attribute on the form itself.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	jQuery(document).ready(function() {
 		jQuery(&#38;quot;#gform_XX&#38;quot;).attr(&#38;quot;target&#38;quot;, &#38;quot;_blank&#38;quot;);
	});
 &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where &#34;gform_XX&#34; is the actual ID of your form of course.&#60;/p&#62;
&#60;p&#62;It worked okay in my test. You can see my &#60;a href=&#34;http://grab.by/Fc8&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62; of the form when inspected with firebug. The jQuery is writing the attribute in properly.&#60;/p&#62;
&#60;p&#62;I'm not going to say it's the most elegant solution, but it should get the job done in a pinch.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-1609</link>
			<pubDate>Wed, 18 Nov 2009 23:57:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">1609@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting. I'll kick around a few ideas and see what I can come up with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott Hack on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-1608</link>
			<pubDate>Wed, 18 Nov 2009 23:48:35 +0000</pubDate>
			<dc:creator>Scott Hack</dc:creator>
			<guid isPermaLink="false">1608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;I have two specific examples where this would be handy for me.&#60;/p&#62;
&#60;p&#62;I was wanting to create a form that submits the current page to facebook to share.  I had basically a blank form with just a submit button and two hidden fields that passed the URL and title to Facebook.  I just didn't want people leaving my site to do it.&#60;/p&#62;
&#60;p&#62;Second.  I have a site that has some CSS tabs, where most of the time only one tab is visible.  After submitting a form in the tabs, it displays the confirmation text in the tab that is no longer visible, and sends people back to the main tab.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-1607</link>
			<pubDate>Wed, 18 Nov 2009 23:25:34 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">1607@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scott, not that I know of. I'm not really sure why you'd need to though.&#60;/p&#62;
&#60;p&#62;You could do something like this.. redirect the form back to the same page passing a variable in the query string like &#34;confirm=true&#34;. Use some PHP to check for the variable and if it's present, use a javascript window.open function to open a confirmation page in a new window.&#60;/p&#62;
&#60;p&#62;The down side to doing it this way is that it's basically a popup window that's launched automatically and most popup blockers are going to tag it.&#60;/p&#62;
&#60;p&#62;There may be some other work arounds, but that's really the first thing that came to mind.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott Hack on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-1604</link>
			<pubDate>Wed, 18 Nov 2009 21:48:19 +0000</pubDate>
			<dc:creator>Scott Hack</dc:creator>
			<guid isPermaLink="false">1604@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;Is it possible to force the redirect page into a new window?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-1567</link>
			<pubDate>Wed, 18 Nov 2009 00:47:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">1567@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you're editing the form, open up the form settings panel at the top, and click on the &#34;confirmation&#34; tab. You'll see the options to redirect to a page, etc. there.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/DCL&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/DCT&#34;&#62;Screenshot 2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can also find more settings information in the documentation section of this site.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/form-settings/&#34;&#62;http://www.gravityhelp.com/documentation/form-settings/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Geary on "Redirect to page after submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-to-page-after-submission#post-1564</link>
			<pubDate>Tue, 17 Nov 2009 23:36:07 +0000</pubDate>
			<dc:creator>Kevin Geary</dc:creator>
			<guid isPermaLink="false">1564@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't for the life of me figure out how to redirect the user to a &#34;thank you&#34; or &#34;payment&#34; page after submission.  Please help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
