<?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: Gform field value dynamically populate textarea for Body field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gform-field-value-dynamically-populate-textarea-for-body-field</link>
		<description>Gravity Support Forums Topic: Gform field value dynamically populate textarea for Body field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:52:26 +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/gform-field-value-dynamically-populate-textarea-for-body-field" rel="self" type="application/rss+xml" />

		<item>
			<title>osseonews on "Gform field value dynamically populate textarea for Body field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-field-value-dynamically-populate-textarea-for-body-field#post-50558</link>
			<pubDate>Sun, 26 Feb 2012 09:06:39 +0000</pubDate>
			<dc:creator>osseonews</dc:creator>
			<guid isPermaLink="false">50558@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks very much. This worked great. I think you should update the instructions page for this to specifically state that the first argument in add_filter should be the parameter name of the field you want to pre-populate and the second the name of the function you are using. It's not clear form the examples on that page that this is what is needed (I was under the impression from that page that the first argument is the type of field).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Gform field value dynamically populate textarea for Body field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-field-value-dynamically-populate-textarea-for-body-field#post-50481</link>
			<pubDate>Fri, 24 Feb 2012 21:25:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">50481@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would want to do this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_field_value_casedescription&#38;quot;, &#38;quot;populate_casedescription&#38;quot;);
function populate_casedescription($value){
return &#38;quot;This is incredible software if this works&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>osseonews on "Gform field value dynamically populate textarea for Body field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-field-value-dynamically-populate-textarea-for-body-field#post-50459</link>
			<pubDate>Fri, 24 Feb 2012 17:06:50 +0000</pubDate>
			<dc:creator>osseonews</dc:creator>
			<guid isPermaLink="false">50459@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to dynamically populate the Body field for post data. I have followed the instructions here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#60;/a&#62; - but there is no documentation as to what field you should use for the gform_field_value. Below is the codes I have tried, but nothing works. i have checked off Allow field to be populated dynamically and the name of my parameter is &#34;casedescription&#34;. Any ideas?&#60;/p&#62;
&#60;p&#62;Is textarea correct?&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_field_value_textarea&#34;, &#34;populate_casedescription&#34;);&#60;br /&#62;
function populate_casedescription($value){&#60;br /&#62;
   return &#34;This is incredible software if this works&#34;;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;OR I tried this:&#60;br /&#62;
add_filter(&#34;gform_field_value_body&#34;, &#34;populate_casedescription&#34;);&#60;br /&#62;
function populate_casedescription($value){&#60;br /&#62;
   return &#34;This is incredible software if this works&#34;;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
