<?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: Submit a review and add to an existing page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-a-review-and-add-to-an-existing-page</link>
		<description>Gravity Support Forums Topic: Submit a review and add to an existing page</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 09:20:59 +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/submit-a-review-and-add-to-an-existing-page" rel="self" type="application/rss+xml" />

		<item>
			<title>momofone on "Submit a review and add to an existing page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-a-review-and-add-to-an-existing-page#post-55911</link>
			<pubDate>Thu, 19 Apr 2012 23:15:28 +0000</pubDate>
			<dc:creator>momofone</dc:creator>
			<guid isPermaLink="false">55911@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help.&#60;/p&#62;
&#60;p&#62;I found this snippet in the comments section at &#60;a href=&#34;http://yoast.com/gravity-forms-custom-post-types/&#34; rel=&#34;nofollow&#34;&#62;http://yoast.com/gravity-forms-custom-post-types/&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
We have editing working with Gravity Forms, through a fairly simple process:&#60;br /&#62;
1. Embed a hidden field in your form to hold the ID of the post to edit&#60;br /&#62;
2. When you display the form using gravity_form() function in your template, pre-populate the fields with the data from your post ($field_values parameter)&#60;br /&#62;
3. Add a hook to gform_post_data, that extracts the ID from the form (rgpost() function) and set $post_data[&#34;ID&#34;] = your_post_id;&#60;/p&#62;
&#60;p&#62;That's it - when GF calls the wp_insert_post it will detect that ID is set and modify the existing post, rather than creating a new one.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Which will probably do what I need.  With a &#34;types&#34; and &#34;views&#34; template I am pretty sure I could get something workable.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Submit a review and add to an existing page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-a-review-and-add-to-an-existing-page#post-55866</link>
			<pubDate>Thu, 19 Apr 2012 16:36:13 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">55866@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey, didn't realize there was a Job board.  Interest piqued.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Submit a review and add to an existing page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-a-review-and-add-to-an-existing-page#post-55786</link>
			<pubDate>Thu, 19 Apr 2012 10:11:29 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55786@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Feel free to post on the job board:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/forum/job-board&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Submit a review and add to an existing page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-a-review-and-add-to-an-existing-page#post-55727</link>
			<pubDate>Wed, 18 Apr 2012 17:16:50 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">55727@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kyle, I always forget about the Custom Post Type stuff that WordPress has added. Either way, it is definitely more of a theme change than a Gravity Forms change to accomplish the goal.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Submit a review and add to an existing page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-a-review-and-add-to-an-existing-page#post-55725</link>
			<pubDate>Wed, 18 Apr 2012 17:09:28 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">55725@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you could do this with the Gravity Forms Custom Post Type plugin, and GF.  The post type (lets call it &#34;review&#34;) would need a way to reference the specific post, and you'd need to do some programming on the page that displays the original event/post to have it now pull in any reviews associated with the ID of the event.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Submit a review and add to an existing page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-a-review-and-add-to-an-existing-page#post-55721</link>
			<pubDate>Wed, 18 Apr 2012 16:52:00 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">55721@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It could be used in this manner, but it would require extensive customization from a skilled PHP developer familiar with Gravity Forms. &#60;/p&#62;
&#60;p&#62;Out of the box, there wouldn't be any way to do this and have it posted publicly. &#60;/p&#62;
&#60;p&#62;The potentially easiest way to do this would be to have a theme developer customize how posts are displayed (Event Page = Post Category) and have Gravity Forms create posts under categories related to the event.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>momofone on "Submit a review and add to an existing page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-a-review-and-add-to-an-existing-page#post-55720</link>
			<pubDate>Wed, 18 Apr 2012 16:23:02 +0000</pubDate>
			<dc:creator>momofone</dc:creator>
			<guid isPermaLink="false">55720@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Can Gravity Forms be used to submit a text review with the possibility of uploading pictures to an events/concert page that already exists on the same page as the form? I am thinking of something not unlike the existing wordpress comments form, but the content of the review get's output into a reviews section on an events custom post?  i.e. &#34;Submit a review for this event&#34;&#60;/p&#62;
&#60;p&#62;Thx
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
