<?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: Post User Generated Content to Page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/post-user-generated-content-to-page</link>
		<description>Gravity Support Forums Topic: Post User Generated Content to Page</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 11:05:42 +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/post-user-generated-content-to-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Post User Generated Content to Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-user-generated-content-to-page#post-135261</link>
			<pubDate>Tue, 29 Jan 2013 12:27:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">135261@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@rinths, your question is unrelated to the topic here.  Please begin a new topic and share as much information as you can.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rinths on "Post User Generated Content to Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-user-generated-content-to-page#post-131354</link>
			<pubDate>Fri, 25 Jan 2013 11:05:06 +0000</pubDate>
			<dc:creator>rinths</dc:creator>
			<guid isPermaLink="false">131354@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I want to know how I can set up gravity forms to display ALL the enteries after the form has been submitted.&#60;br /&#62;
Basically I want the form to display ALL the submissions for that form in a existing page. The submissions are made every week so it would be added to the same page every week rather then create a new one, is there a way to do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Post User Generated Content to Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-user-generated-content-to-page#post-92203</link>
			<pubDate>Sat, 17 Nov 2012 02:00:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92203@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The topic you linked to (one of the very first questions I posted here) will CREATE a Page, not a Post: that was the only reason for the code.&#60;/p&#62;
&#60;p&#62;To update an existing page instead of create a new page, you will need to use the gform_after_submission hook to take the data that was submitted by your visitor, and update an existing post.  &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, for the best search engine results, I would recommend creating a new review with every form submission (so, one post for each submission) and then have them all of one category (reviews?) or one custom post type, and then display them all on an archive page.  You can handle it however you like, but I would go the route of individual posts for each review, then display them all however you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rose Fields on "Post User Generated Content to Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-user-generated-content-to-page#post-91272</link>
			<pubDate>Wed, 14 Nov 2012 23:56:00 +0000</pubDate>
			<dc:creator>Rose Fields</dc:creator>
			<guid isPermaLink="false">91272@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to get GF to submit to a page rather than a post. I read this thread: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/can-pages-be-created-from-form-submissions#post-1832&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/can-pages-be-created-from-form-submissions#post-1832&#60;/a&#62; and have it sort of working. &#60;/p&#62;
&#60;p&#62;I used this code:&#60;br /&#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;] != 1) // 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;] = 42;
    return $post_data;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm trying to get it to post to a specific page - not create a new page. The form is located at: &#60;a href=&#34;http://www.devusedtires.socialwebdzine.com/reviews&#34; rel=&#34;nofollow&#34;&#62;http://www.devusedtires.socialwebdzine.com/reviews&#60;/a&#62;. I want to post the reviews to the top of that page before the form. Is it possible to do that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
