<?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: Problem with gform_field_value and Drop Down field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/problem-with-gform_field_value-and-drop-down-field</link>
		<description>Gravity Support Forums Topic: Problem with gform_field_value and Drop Down field</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 18:22:54 +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/problem-with-gform_field_value-and-drop-down-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Problem with gform_field_value and Drop Down field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-gform_field_value-and-drop-down-field#post-93779</link>
			<pubDate>Tue, 20 Nov 2012 23:36:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">93779@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Milan, is this working for you now, or do you still need help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dev4press on "Problem with gform_field_value and Drop Down field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-gform_field_value-and-drop-down-field#post-93518</link>
			<pubDate>Tue, 20 Nov 2012 11:06:31 +0000</pubDate>
			<dc:creator>dev4press</dc:creator>
			<guid isPermaLink="false">93518@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks. I already did this with pre_render hook.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Problem with gform_field_value and Drop Down field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-gform_field_value-and-drop-down-field#post-93516</link>
			<pubDate>Tue, 20 Nov 2012 11:05:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">93516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you want to populate a dropd own, you'll need to use the following:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_column_input&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_column_input&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And for radio buttons:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_field_choices&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_field_choices&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There currently isn't a single hook that allows you to modify all of the different field types easily. You could do everything through gform_pre_render, but it would potentially take a bit more code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dev4press on "Problem with gform_field_value and Drop Down field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-gform_field_value-and-drop-down-field#post-93410</link>
			<pubDate>Tue, 20 Nov 2012 06:34:38 +0000</pubDate>
			<dc:creator>dev4press</dc:creator>
			<guid isPermaLink="false">93410@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Using this filter is not working with Drop Down or Radio fields. I have set field to be populated dynamically gave it parameter name: products, and tried using this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_field_value_products&#38;#39;, &#38;#39;populate_products&#38;#39;);
function populate_products($values) {
  return array(&#38;#39;Value 1&#38;#39;, &#38;#39;Value 2&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Field still shows what ever is set for values in form designer. I tried removing all values from designer, but one value always remains.&#60;/p&#62;
&#60;p&#62;Milan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
