<?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 User Favorites: Bill_B</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/bill_b'>bill_b</a></link>
		<description>Gravity Support Forums User Favorites: Bill_B</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 15:00:03 +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/profile/" 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>
		<item>
			<title>jessalouisa on "User generated content / testimonials"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-generated-content-testimonials#post-28088</link>
			<pubDate>Fri, 17 Jun 2011 20:14:47 +0000</pubDate>
			<dc:creator>jessalouisa</dc:creator>
			<guid isPermaLink="false">28088@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK It will take some learning, but this is really helpful. Thanks again for all your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User generated content / testimonials"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-generated-content-testimonials#post-28085</link>
			<pubDate>Fri, 17 Jun 2011 19:03:50 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Only Post Fields create Post Data.  If your form mixes Post Fields and Standard/Advanced/Pricing Fields then only the Post Fields are going to create the WordPress Posts.  All of the form data will be viewable when you view the form entries, but only Post Fields create Post data.&#60;/p&#62;
&#60;p&#62;Posts only consist of a Title, a Body and Custom Fields as far as Post data goes.  If you want to display the value of other fields in your Post Body you can use the Content Template option on the Post Body field which lets you configure what gets saved in the Post Body and allows you to insert the value of other fields into the content of the post using the Content Template.&#60;/p&#62;
&#60;p&#62;You can also use Custom Fields to store additional Post data.  However your theme template would have to be configured to then display these custom field values.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessalouisa on "User generated content / testimonials"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-generated-content-testimonials#post-28083</link>
			<pubDate>Fri, 17 Jun 2011 18:48:28 +0000</pubDate>
			<dc:creator>jessalouisa</dc:creator>
			<guid isPermaLink="false">28083@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great - thanks for your help. Can you tell me, if I have some post fields (title, body, image) and other standard fields, will the standard fields (for example, a field with just name, or email) show up as part of the generated post? I'd like the name and the email entries to show up in generated post. Thank you ... &#60;/p&#62;
&#60;p&#62;jv
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User generated content / testimonials"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-generated-content-testimonials#post-28070</link>
			<pubDate>Fri, 17 Jun 2011 18:11:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28070@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No this is not true.&#60;/p&#62;
&#60;p&#62;Gravity Forms can be used to create WordPress Posts by using the Post Fields in the form editor.  The Post Fields create a Post.  There are Post Fields for Title, Body, Excerpt, Custom Field, Category, Tags and Images.&#60;/p&#62;
&#60;p&#62;All you need to do to create a form that creates a WordPress post is to create a new form and add a Post Title and Post Body field to your form.  Each of these have their own field options related to post creation.  When the form is submitted with these fields present it will automatically create a Post.&#60;/p&#62;
&#60;p&#62;They are called Post Fields because they are used to create Posts.&#60;/p&#62;
&#60;p&#62;Documentation for the various field types, including the Post Fields can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Form_Fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Form_Fields&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessalouisa on "User generated content / testimonials"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-generated-content-testimonials#post-28068</link>
			<pubDate>Fri, 17 Jun 2011 18:02:23 +0000</pubDate>
			<dc:creator>jessalouisa</dc:creator>
			<guid isPermaLink="false">28068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi ... Is it true that I need an add-on to the Gravity form to be able to publish user generated content, like a testimonial? I'm not too familiar with developer lingo ... What is needed to be able to do this - publish user-generated testimonials to a designated wordpress post or page - in simple terms? Thanks!&#60;/p&#62;
&#60;p&#62;jv
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
