<?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 page create after form submission (Post features)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-page-create-after-form-submission-post-features</link>
		<description>Gravity Support Forums Topic: Redirected to page create after form submission (Post features)</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 20:52:58 +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-page-create-after-form-submission-post-features" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Redirected to page create after form submission (Post features)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-page-create-after-form-submission-post-features#post-33194</link>
			<pubDate>Mon, 22 Aug 2011 12:05:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33194@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you find it useful.  We'd love to see what you're creating when it's done.  If you need any more help, please let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>enclave on "Redirected to page create after form submission (Post features)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-page-create-after-form-submission-post-features#post-33178</link>
			<pubDate>Mon, 22 Aug 2011 03:31:00 +0000</pubDate>
			<dc:creator>enclave</dc:creator>
			<guid isPermaLink="false">33178@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brilliant. This is very useful indeed. We'll let you know how it goes. We're creating bunch of awesome stuff based on Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Redirected to page create after form submission (Post features)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-page-create-after-form-submission-post-features#post-33171</link>
			<pubDate>Mon, 22 Aug 2011 00:11:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33171@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do this in two different ways.  &#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;If you want to redirect directly to the published post, check the &#34;Redirect&#34; button on Confirmation tab of your &#34;Form Settings&#34;.  For the URL, put your site's URL (&#60;a href=&#34;http://www.example.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/&#60;/a&#62; or &#60;a href=&#34;http://www.example.com/wp/&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/wp/&#60;/a&#62; or whatever the WordPress root is.)  Then, click the box &#34;Pass Field Data Via Query String&#34; and enter this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;p={post_id}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The post_id is available in the &#34;Insert form field&#34; drop down, but just inserting that won't get you much.  You need the &#34;p=&#34; at the beginning.&#60;/p&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;http://minus.com/m0DpMshm7&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/m0DpMshm7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now, after form submission, the visitor will be redirected to that URL, and they won't even see the p=anything since WordPress will change the URL based on your permalink settings.  This will work fine if you are publishing the post.  If you make it a draft or pending, I don't think the post will be public so it won't come up unless you're logged in with permissions.
&#60;/li&#62;
&#60;li&#62;If you want to display it in the confirmation settings, select a Text confirmation, and add this to your confirmation message:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.example.com/?p={post_id}&#38;quot;&#38;gt;Here&#38;#39;s your story&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The key here again is the merge tag of [post_id}.  That will display a link to the post.  Your text confirmation might be &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;quot;Thanks for submitting your post.  You can view it &#38;lt;a href=&#38;quot;http://www.example.com/?p={post_id}&#38;quot;&#38;gt;here&#38;lt;/a&#38;gt;.&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;I think one of those two will work for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>enclave on "Redirected to page create after form submission (Post features)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirected-to-page-create-after-form-submission-post-features#post-33168</link>
			<pubDate>Sun, 21 Aug 2011 23:40:14 +0000</pubDate>
			<dc:creator>enclave</dc:creator>
			<guid isPermaLink="false">33168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was wondering if it is possible for us to redirect the user to the page created after form submission? Or at least display the URL - that would be good enough.&#60;/p&#62;
&#60;p&#62;Considering I'm allowing the page to be published soon after the user hit the submit button (or payment successful via PayPal)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
