<?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: Embedding formatted Entry fields into a Post body?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/embedding-formatted-entry-fields-into-a-post-body</link>
		<description>Gravity Support Forums Topic: Embedding formatted Entry fields into a Post body?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:09:02 +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/embedding-formatted-entry-fields-into-a-post-body" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Embedding formatted Entry fields into a Post body?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-formatted-entry-fields-into-a-post-body#post-27990</link>
			<pubDate>Fri, 17 Jun 2011 00:46:18 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">27990@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a forum post that discusses how to set it as the post thumbnail or feature image depending on how you customize the code.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/auto-setting-the-the_post_thumbnail?&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/auto-setting-the-the_post_thumbnail?&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please note that when using the gform_post_submission hook if you call it like this:&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_post_submission&#34;, &#34;set_post_thumbnail&#34;, 10, 2);&#60;/p&#62;
&#60;p&#62;That applies that code to all of your forms.  If you append the form id to the end of gform_post_submission like this:&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_post_submission_5&#34;, &#34;set_post_thumbnail&#34;, 10, 2);&#60;/p&#62;
&#60;p&#62;That will apply that custom code only to that form id, in this example it would be form id 5.&#60;/p&#62;
&#60;p&#62;We do plan on making this a built in feature in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btickler on "Embedding formatted Entry fields into a Post body?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-formatted-entry-fields-into-a-post-body#post-27984</link>
			<pubDate>Thu, 16 Jun 2011 20:05:23 +0000</pubDate>
			<dc:creator>btickler</dc:creator>
			<guid isPermaLink="false">27984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, cool, it works ;)...I'm wondering on the image upload, though...is there a way to set the post's featured image?  I was able to embed it into the post but not make the uploaded image the featured image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btickler on "Embedding formatted Entry fields into a Post body?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-formatted-entry-fields-into-a-post-body#post-27839</link>
			<pubDate>Wed, 15 Jun 2011 13:56:17 +0000</pubDate>
			<dc:creator>btickler</dc:creator>
			<guid isPermaLink="false">27839@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No worries :).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Embedding formatted Entry fields into a Post body?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-formatted-entry-fields-into-a-post-body#post-27833</link>
			<pubDate>Wed, 15 Jun 2011 13:46:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">27833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We will be creating a tutorial for the content template soon to provide more in depth information on how to use it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btickler on "Embedding formatted Entry fields into a Post body?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-formatted-entry-fields-into-a-post-body#post-27796</link>
			<pubDate>Tue, 14 Jun 2011 18:39:04 +0000</pubDate>
			<dc:creator>btickler</dc:creator>
			<guid isPermaLink="false">27796@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool, thanks :).  Not sure how I missed that, but I am not sure it talks about that specific application of functionality much in the documentation links.&#60;/p&#62;
&#60;p&#62;I will try that out tonight.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Embedding formatted Entry fields into a Post body?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-formatted-entry-fields-into-a-post-body#post-27755</link>
			<pubDate>Tue, 14 Jun 2011 17:04:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">27755@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you want to use the value of some form fields in the content of the Post that is created you can use the Content Template option on the Post Body field.&#60;/p&#62;
&#60;p&#62;The Content Template lets you manipulate the post content and create the content using the value of any field on your form.  It is similar to how you create your Notifications and the Confirmation message where you can insert merge tags for form fields that are then processed and replaced the the actual field value.&#60;/p&#62;
&#60;p&#62;- Edit your form&#60;br /&#62;
- Edit your Post Body field&#60;br /&#62;
- Check the Content Template checkbox&#60;br /&#62;
- Configure the content template. You use the &#34;Insert form field&#34; drop down to insert merge tags which are replaced with the field values.  &#60;/p&#62;
&#60;p&#62;Whatever you place in the content template is what will be used to create the Post Body for the post that is created.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btickler on "Embedding formatted Entry fields into a Post body?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-formatted-entry-fields-into-a-post-body#post-27731</link>
			<pubDate>Tue, 14 Jun 2011 14:50:41 +0000</pubDate>
			<dc:creator>btickler</dc:creator>
			<guid isPermaLink="false">27731@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have been reading through the documentation, but I am brand new to Gravity Forms and sort of stuck at the moment.  I am trying to figure out how to accomplish what I am looking for:&#60;/p&#62;
&#60;p&#62;My form is at &#60;a href=&#34;http://www.dlantern.com&#34; rel=&#34;nofollow&#34;&#62;http://www.dlantern.com&#60;/a&#62;, under the menu headings Nominations -&#38;gt; Nominate Someone.&#60;/p&#62;
&#60;p&#62;I am submitting nominations as posts, and have used the post title, body and tag fields etc., but there is also other data being entered.  It works, and I get an &#34;Entry&#34; for each nomination, and I get a post in pending review...the notifications work, etc.&#60;/p&#62;
&#60;p&#62;What I need to do is take some (not all) of the fields that end up in the Entry, or the notification Emails, and add them to the post body as text, transforming them a little bit on the way.&#60;/p&#62;
&#60;p&#62;So, for example in this case, nominations have a nickname for the nominator and for the nominee to protect privacy, which I would like to the top of the post in a format like:&#60;/p&#62;
&#60;p&#62;&#34;Nominated by:  JohnD90210&#60;br /&#62;
On:  (date/timestamp of form submission&#60;br /&#62;
Location: (state/province), (country)&#34;&#60;/p&#62;
&#60;p&#62;But nominations also have full name and Email fields that I do not want to embed in the post, so some kind of method of dumping in everything automatically won't work in this case.&#60;/p&#62;
&#60;p&#62;Also, the tags are populating correctly, so the nominations can be searched for by tag, but I also want to list each tag field in the body of the post, like this:&#60;/p&#62;
&#60;p&#62;&#34;Country:  xxx&#60;br /&#62;
State/Province:  xxx&#60;br /&#62;
Area Code:  xxx&#60;br /&#62;
Zip Code:  xxx&#60;/p&#62;
&#60;p&#62;Gender:  xxx&#60;br /&#62;
Age Group:  xxx&#34;&#60;/p&#62;
&#60;p&#62;If I am barking up the wrong tree in terms of the best way to accomplish this let me know...but my site goes live Monday, and I am not a PHP coder, so something along these lines seems like the best possibility :), if I can figure out how to funnel those fields into the post body via the Gravity Forms interface.&#60;/p&#62;
&#60;p&#62;If that's not possible, I am open to suggestions, and while I am a newbie with Gravity Forms, I'm also a former Oracle/Sybase DBA and a pretty good systems analyst ;), so fire away with whatever advice you want and don't worry that it will be too confusing.  I basically know *what* should be possible to do with PHP and MySQL (and WordPress and Gravity Forms), just not how to do it yet ;).  &#60;/p&#62;
&#60;p&#62;It would be great to know the ideal way to do this, but also some way for a newbie to get it working in a limited but functionally-all-there way by the end of the week :).
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
