<?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 and filter multi/select field based upon text field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populate-and-filter-multiselect-field-based-upon-text-field</link>
		<description>Gravity Support Forums Topic: Populate and filter multi/select field based upon text field</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 06:15:15 +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-and-filter-multiselect-field-based-upon-text-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Populate and filter multi/select field based upon text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-and-filter-multiselect-field-based-upon-text-field#post-160185</link>
			<pubDate>Mon, 04 Mar 2013 15:36:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">160185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't know of any examples to use an auto-complete or auto-suggest script like that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lindermyers on "Populate and filter multi/select field based upon text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-and-filter-multiselect-field-based-upon-text-field#post-156214</link>
			<pubDate>Wed, 27 Feb 2013 18:24:01 +0000</pubDate>
			<dc:creator>lindermyers</dc:creator>
			<guid isPermaLink="false">156214@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the follow-ups on this.&#60;/p&#62;
&#60;p&#62;Taking it a step a little further, are there any examples or guidance available on how to do this based upon user-entered text rather than a selection in a drop down list?  E.g.&#60;/p&#62;
&#60;p&#62;1) User types a word or words in text box&#60;br /&#62;
2) Filtered results are returned to multi select box&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populate and filter multi/select field based upon text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-and-filter-multiselect-field-based-upon-text-field#post-149397</link>
			<pubDate>Mon, 18 Feb 2013 13:40:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">149397@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do this, with code similar to that posted here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/gform_pre_render-upon-previous-dropdown-condition#post-137821&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/gform_pre_render-upon-previous-dropdown-condition#post-137821&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It is a customization and a fairly involved one at that.  It's not something that is built in to Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lindermyers on "Populate and filter multi/select field based upon text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-and-filter-multiselect-field-based-upon-text-field#post-149195</link>
			<pubDate>Mon, 18 Feb 2013 09:22:03 +0000</pubDate>
			<dc:creator>lindermyers</dc:creator>
			<guid isPermaLink="false">149195@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for coming back to me.&#60;/p&#62;
&#60;p&#62;The first drop down would either be, just that, with a list of skills that can be/are attributed to users; or it will be a free-text box for the user to manually type the same.&#60;/p&#62;
&#60;p&#62;This, in theory, would limit the second drop down to only those user records with the appropriate skill.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populate and filter multi/select field based upon text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-and-filter-multiselect-field-based-upon-text-field#post-148842</link>
			<pubDate>Mon, 18 Feb 2013 00:44:56 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">148842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To dynamically populate a drop down, please see this documentation:&#60;br /&#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;
&#60;p&#62;You will use the gform_pre_render function and will read the WordPress database to return all active users.  &#60;/p&#62;
&#60;p&#62;In this example &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render#Examples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render#Examples&#60;/a&#62; instead of get_posts on line 14, you will use the WordPress function get_users &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_users&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_users&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To filter the choices in a drop down, you will need to use conditional logic.  Conditional logic can be used with radio buttons, checkboxes or drop downs, so you'll need to use a drop down select for your earlier selection.&#60;/p&#62;
&#60;p&#62;You may need to do this with two forms, or implement AJAX to get the drop down populated dynamically after the first selection is made (or value is entered for your filter.)  Here is one user's explanation of how he accomplished something similar to this: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/gform_pre_render-upon-previous-dropdown-condition#post-137821&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/gform_pre_render-upon-previous-dropdown-condition#post-137821&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you explain what sort of information your first selection would contain and how that would change the second drop down?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lindermyers on "Populate and filter multi/select field based upon text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-and-filter-multiselect-field-based-upon-text-field#post-147224</link>
			<pubDate>Fri, 15 Feb 2013 09:59:18 +0000</pubDate>
			<dc:creator>lindermyers</dc:creator>
			<guid isPermaLink="false">147224@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This query is two-fold, are either of these possible?  If so, can someone advise/offer guidance&#60;/p&#62;
&#60;p&#62;1) We would like to populate a drop down list (multi/select) with enabled Wordpress users.&#60;br /&#62;
2) We would like to filter the drop down list (multi/select) based upon the content of either another select field OR a text field.&#60;/p&#62;
&#60;p&#62;Any advice or guidance is appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
