<?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: Add new predefinied choices</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-new-predefinied-choices</link>
		<description>Gravity Support Forums Topic: Add new predefinied choices</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 22:58:43 +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/add-new-predefinied-choices" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Add new predefinied choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-new-predefinied-choices#post-27866</link>
			<pubDate>Wed, 15 Jun 2011 17:27:05 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">27866@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes you would place this custom code in your themes functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webstergroup on "Add new predefinied choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-new-predefinied-choices#post-27858</link>
			<pubDate>Wed, 15 Jun 2011 15:51:59 +0000</pubDate>
			<dc:creator>webstergroup</dc:creator>
			<guid isPermaLink="false">27858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Does this go in my themes functions.php file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bend11235 on "Add new predefinied choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-new-predefinied-choices#post-26948</link>
			<pubDate>Fri, 03 Jun 2011 17:53:29 +0000</pubDate>
			<dc:creator>bend11235</dc:creator>
			<guid isPermaLink="false">26948@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know this is old but I'd love to do something like this as well. I'd like one form for customer's to fill out their info, and on another form (for my employees), I'd like them to be able to select a customer's name from a dropdown (which will be populated by the customer names entered in the first form).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webucast on "Add new predefinied choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-new-predefinied-choices#post-8789</link>
			<pubDate>Wed, 18 Aug 2010 23:40:31 +0000</pubDate>
			<dc:creator>webucast</dc:creator>
			<guid isPermaLink="false">8789@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How about this? I need to create a form A that would collect a list of Doctors. Then another form B that would collect a list of patients that would offer Doctor's Names from form A as a drop-down. I can't figure out how to do that, and how to offer values of one form in another as a dropdown?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Add new predefinied choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-new-predefinied-choices#post-2603</link>
			<pubDate>Mon, 11 Jan 2010 11:07:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2603@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is the format for adding predefined choices using a hook:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_predefined_choices&#38;quot;, &#38;quot;add_predefined_choice&#38;quot;);
function add_predefined_choice($choices){
	$choices[&#38;quot;My New Choice&#38;quot;] = array(&#38;quot;Choice 1&#38;quot;, &#38;quot;Choice 2&#38;quot;, &#38;quot;Choice 3&#38;quot;); //Adds a new predefined choice to the end of the list
	return $choices;
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>fuhrmara on "Add new predefinied choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-new-predefinied-choices#post-2585</link>
			<pubDate>Sun, 10 Jan 2010 16:34:15 +0000</pubDate>
			<dc:creator>fuhrmara</dc:creator>
			<guid isPermaLink="false">2585@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi !&#60;/p&#62;
&#60;p&#62;I extended the predefinied choices by doing :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function addLadies($predefinied_choices) {

    $predefinied_choices[__(&#38;quot;Ladies&#38;quot;, &#38;quot;gravityforms&#38;quot;)] = array(&#38;quot;Heidi&#38;quot;, &#38;quot;Jennifer&#38;quot;, &#38;quot;Poison&#38;quot;);
    return $predefinied_choices;

}
add_filter(&#38;quot;gform_predefined_choices&#38;quot;, &#38;quot;addLadies&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is this the right way ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
