<?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: Form submission results on new page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-submission-results-on-new-page</link>
		<description>Gravity Support Forums Topic: Form submission results on new page</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Apr 2026 21:50:14 +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/form-submission-results-on-new-page" rel="self" type="application/rss+xml" />

		<item>
			<title>highbias on "Form submission results on new page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-submission-results-on-new-page#post-34687</link>
			<pubDate>Wed, 07 Sep 2011 10:29:00 +0000</pubDate>
			<dc:creator>highbias</dc:creator>
			<guid isPermaLink="false">34687@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've checked the forums and couldn't find a solution to this. After the user submits a form, I would like the confirmation to be on a generated page, with all the submission results.&#60;/p&#62;
&#60;p&#62;I have looked at this topic and this doesn't work for me: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/can-pages-be-created-from-form-submissions&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/can-pages-be-created-from-form-submissions&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've added the following to my functions.php but it hasn't changed anything:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_post_data&#38;quot;, &#38;quot;change_post_type&#38;quot;, 10, 2);
function change_post_type($post_data, $form){
    //only change post type on form id X
    if($form[&#38;quot;id&#38;quot;] == 4) // You need to change your form ID here
       return $post_data;

	   // Add other page data to change
	   $post_data[&#38;quot;post_type&#38;quot;] = &#38;quot;page&#38;quot;;
	   $post_data[&#38;quot;post_parent&#38;quot;] = 494;
    return $post_data;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've tried this when using Form Settings &#38;gt; Confirmation &#38;gt; Page but this doesn't work - it just goes to the page (in my case page id 494) with no submission results.&#60;/p&#62;
&#60;p&#62;Maybe I am missing something really simple here...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
