<?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: Populate field with form description</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populate-field-with-form-description</link>
		<description>Gravity Support Forums Topic: Populate field with form description</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 07:45:17 +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/populate-field-with-form-description" rel="self" type="application/rss+xml" />

		<item>
			<title>iamdangavin on "Populate field with form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-field-with-form-description#post-56736</link>
			<pubDate>Thu, 26 Apr 2012 22:48:01 +0000</pubDate>
			<dc:creator>iamdangavin</dc:creator>
			<guid isPermaLink="false">56736@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would rather do this dynamically with the hooks so my client doesn't have to manually update one extra field. They will be chaining the description only in the forms based on the event they are having. &#60;/p&#62;
&#60;p&#62;Hooking in would be a lot smoother for them to have one thing to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Populate field with form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-field-with-form-description#post-56735</link>
			<pubDate>Thu, 26 Apr 2012 22:43:28 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">56735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can't you just add a hidden field to every form and manually populate it with the data?&#60;/p&#62;
&#60;p&#62;Another idea would be to just grab the information from the form on the page you're outputting to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamdangavin on "Populate field with form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-field-with-form-description#post-56719</link>
			<pubDate>Thu, 26 Apr 2012 18:03:05 +0000</pubDate>
			<dc:creator>iamdangavin</dc:creator>
			<guid isPermaLink="false">56719@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey - &#60;/p&#62;
&#60;p&#62;I need to pre-populate a hidden field in a form with the current forms description. I have multiple forms, so I don't want to have to add in ID's.&#60;/p&#62;
&#60;p&#62;I was hoping something as simple as this would work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_field_value_param_name&#38;#39;, &#38;#39;custom_function&#38;#39;);
function custom_function($value){
	$desc = $form[&#38;#39;description&#38;#39;];
    return $desc;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But, it does not. Any thoughts on how to do this. I am going to be pulling entries to the front end of the site and listing what form they have submitted. so this information is necessary.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
