<?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: Help with dynamically populating drop down</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-with-dynamically-populating-drop-down</link>
		<description>Gravity Support Forums Topic: Help with dynamically populating drop down</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:07:51 +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/help-with-dynamically-populating-drop-down" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Help with dynamically populating drop down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-dynamically-populating-drop-down#post-62227</link>
			<pubDate>Tue, 12 Jun 2012 08:55:16 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad you got it working!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlphaBlossom on "Help with dynamically populating drop down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-dynamically-populating-drop-down#post-62201</link>
			<pubDate>Mon, 11 Jun 2012 19:38:41 +0000</pubDate>
			<dc:creator>AlphaBlossom</dc:creator>
			<guid isPermaLink="false">62201@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was not able to get this example to work, but I was finally able to get it to work using one of your other examples. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Help with dynamically populating drop down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-dynamically-populating-drop-down#post-55684</link>
			<pubDate>Wed, 18 Apr 2012 11:47:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55684@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;At this point we'd need to see a form url that we can access and potentially WP Admin access to take a look at your current setup.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlphaBlossom on "Help with dynamically populating drop down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-dynamically-populating-drop-down#post-55683</link>
			<pubDate>Wed, 18 Apr 2012 11:45:13 +0000</pubDate>
			<dc:creator>AlphaBlossom</dc:creator>
			<guid isPermaLink="false">55683@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;/p&#62;
&#60;p&#62;Thanks for your reply. Yes, I am trying to get the second method working. I did look at that walkthrough and tried it, but with no results so I thought I'd start with the easier tutorial from your site (the one in my first post).&#60;/p&#62;
&#60;p&#62;Neither are working, so I wanted to go with the more basic tutorial to get that working before getting more complex.&#60;/p&#62;
&#60;p&#62;As I mentioned, the above code is taken directly from your docs, and it is working for the single line text field, but NOT for the drop down (both are on the same form).&#60;/p&#62;
&#60;p&#62;Any ideas what I might be doing wrong with the drop down, or where I can begin looking to troubleshoot?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Help with dynamically populating drop down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-dynamically-populating-drop-down#post-55621</link>
			<pubDate>Wed, 18 Apr 2012 07:58:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55621@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are two ways to populate a drop down field. The first way is pre-selecting a drop down option when the form is displayed (meaning pulling static choices you've already set in the drop down via the formbuilder). The second way is dynamically populating the options that are available in a select (aka drop down) field - this is the way I believe you are trying to achieve.&#60;/p&#62;
&#60;p&#62;There is a walkthrough on that here, have you seen this yet?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlphaBlossom on "Help with dynamically populating drop down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-dynamically-populating-drop-down#post-55591</link>
			<pubDate>Tue, 17 Apr 2012 20:29:46 +0000</pubDate>
			<dc:creator>AlphaBlossom</dc:creator>
			<guid isPermaLink="false">55591@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I'm new to GF and trying to figure out how to work with filters. I have some code that dynamically populates a drop down with only child taxonomies, and when that child is clicked will list all posts under that child taxonomy. The drop down is currently not made through GF, but I would like the drop down to match the look of the drop downs I created using GF so I think my choices are to use a filter to dynamically populate the GF dropdown, or apply the jquery/css to the existing dropdown to match the GF.&#60;/p&#62;
&#60;p&#62;I've been looking through the forum and the docs and trying the filter example for dynamically populating a drop down and I can't get it to work.&#60;/p&#62;
&#60;p&#62;I've created a basic form (id 3) with just a drop down field. I've checked the &#34;Allow field to be populated dynamically&#34; and added a parameter name of &#34;dyn_test&#34;.&#60;/p&#62;
&#60;p&#62;In my functions I added your example code:&#60;br /&#62;
'add_filter('gform_field_value_dyn_test', 'my_custom_population_function');&#60;br /&#62;
function my_custom_population_function($value){&#60;br /&#62;
    return 'boom!';&#60;br /&#62;
}'&#60;/p&#62;
&#60;p&#62;When I add the form to a page, it shows &#34;Select an option&#34; but then the drop down is empty. I've also added a single line text box, and it correctly shows &#34;boom!&#34; when the page loads.&#60;/p&#62;
&#60;p&#62;Can someone help me understand why it's not populating the drop down correctly? It's currently on a localhost, but I can try it on a live site if needed.&#60;/p&#62;
&#60;p&#62;I would like to figure this out, but another option I have is to apply jquery/css to my existing drop down to make it function the same as GF enhanced user interface. If that's easier, is there any documentation that shows how to do this? I've spent quite a bit of time reading through the docs and forum but can't figure it out.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
