<?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 posts as Testimonials, not traditional Blog Posts</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-posts-as-testimonials-not-traditional-blog-posts</link>
		<description>Gravity Support Forums Topic: Form posts as Testimonials, not traditional Blog Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:24: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/form-posts-as-testimonials-not-traditional-blog-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form posts as Testimonials, not traditional Blog Posts"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-posts-as-testimonials-not-traditional-blog-posts#post-76819</link>
			<pubDate>Sat, 22 Sep 2012 00:41:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">76819@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no default Testimonials menu on a WordPress installation.  Is it possible that your framework includes a custom post type of testimonial?  If that's the case, you can change the post type after the form is submitted using the gform_post_data filter: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_data&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_post_data&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_post_data&#38;quot;, &#38;quot;update_post_type&#38;quot;, 10, 2);
function update_post_type($post_data, $form) {
    // maybe the custom post type is &#38;#39;testimonial&#38;#39;?
    $post_data[&#38;quot;post_type&#38;quot;] = &#38;quot;testimonial&#38;quot;;
    return $post_data;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mindspark on "Form posts as Testimonials, not traditional Blog Posts"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-posts-as-testimonials-not-traditional-blog-posts#post-76523</link>
			<pubDate>Thu, 20 Sep 2012 09:47:51 +0000</pubDate>
			<dc:creator>mindspark</dc:creator>
			<guid isPermaLink="false">76523@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good morning everyone.  Probably a simple question, but I can't find a thread that helps me solve it on my own...  here goes:&#60;/p&#62;
&#60;p&#62;I have built a nice testimonials form on a site, and have no problem creating new posts that display correctly on the site.  However, the post data is stored as a POST.  I would like to know if / how I can set the form (or create a new one) that stores post data as a TESTIMONIAL - and accessible when clicking on the default TESTIMONIALS menu item within the default Wordpress installation.&#60;/p&#62;
&#60;p&#62;In case you're wondering why - its driven by how I want to display the testimonials on my site.  My Site My Way has a great framework and elegant styling for TESTIMONIALS which are handled differently than typical post data.  I would like to take advantage of these elements (if possible), but need guidance on how to use GF to achieve the above.&#60;/p&#62;
&#60;p&#62;URL:  &#60;a href=&#34;http://mindsparkconsulting.com/clients/ut2/feedback/&#34; rel=&#34;nofollow&#34;&#62;http://mindsparkconsulting.com/clients/ut2/feedback/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks in advance for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
