<?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: Retrieve formatted post from dynamic population</title>
		<link>https://legacy.forums.gravityhelp.com/topic/retrieve-formatted-post-from-dynamic-population</link>
		<description>Gravity Support Forums Topic: Retrieve formatted post from dynamic population</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:36:28 +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/retrieve-formatted-post-from-dynamic-population" rel="self" type="application/rss+xml" />

		<item>
			<title>scott@adszoom.com on "Retrieve formatted post from dynamic population"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/retrieve-formatted-post-from-dynamic-population#post-53100</link>
			<pubDate>Wed, 21 Mar 2012 18:16:13 +0000</pubDate>
			<dc:creator>scott@adszoom.com</dc:creator>
			<guid isPermaLink="false">53100@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;dose this work if for example your using a page brake and want a preview of a post all fields into an html block? if not do you know how?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Retrieve formatted post from dynamic population"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/retrieve-formatted-post-from-dynamic-population#post-53037</link>
			<pubDate>Wed, 21 Mar 2012 10:18:18 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">53037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any  ideas on this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Retrieve formatted post from dynamic population"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/retrieve-formatted-post-from-dynamic-population#post-52742</link>
			<pubDate>Sat, 17 Mar 2012 12:43:33 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">52742@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using dynamic population to return to a field. It works fine, but I would like to return the contents of a post, WITH html formatting (instead of hard coding the output in functions.php).&#60;/p&#62;
&#60;p&#62;I was successful in returning the post contents with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_field_value_we_contract_terms&#38;#39;, &#38;#39;we_contract_terms_population&#38;#39;);
function we_contract_terms_population($value){
	$post_id = 3451;
	$queried_post = get_post($post_id);
	return $queried_post-&#38;gt;post_content;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But that returns it with the html markup ( such as ol, li)&#60;/p&#62;
&#60;p&#62;Is there a way to return it with the html post formatting intact?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
