<?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: Sharing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sharing</link>
		<description>Gravity Support Forums Topic: Sharing</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:42:34 +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/sharing" rel="self" type="application/rss+xml" />

		<item>
			<title>Joe on "Sharing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sharing#post-10077</link>
			<pubDate>Sun, 19 Sep 2010 17:05:19 +0000</pubDate>
			<dc:creator>Joe</dc:creator>
			<guid isPermaLink="false">10077@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is that added to the functions.php file?&#60;/p&#62;
&#60;p&#62;Edit: It's ok, I've seen that it is
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joe on "Sharing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sharing#post-10074</link>
			<pubDate>Sun, 19 Sep 2010 15:05:18 +0000</pubDate>
			<dc:creator>Joe</dc:creator>
			<guid isPermaLink="false">10074@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, I'll pass that on once I have it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Sharing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sharing#post-10073</link>
			<pubDate>Sun, 19 Sep 2010 13:22:15 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10073@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, you're welcome to send us a the list and we'll see about adding it or making it available in some fashion. Thanks. You can end it to carl at rocketgenius.com - just reference this thread so he know's what's up.&#60;/p&#62;
&#60;p&#62;Yes, you can add your own choices via a filter. The filter is executed when the form editor is loaded, before creating the list of predefined choices for the selection fields (Checkboxes, Multiple Choice and Drop Down). It can be used to add new predefined choices as well as deleting existing ones&#60;/p&#62;
&#60;p&#62;This would add to all the forms..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_predefined_choices&#38;quot;, &#38;quot;add_predefined_choice&#38;quot;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this for a specific form. In this case, form Id 5 &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_predefined_choices_5&#38;quot;, &#38;quot;add_predefined_choice&#38;quot;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then you would add your choices.. in an array &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$choices[&#38;quot;My Favorite Food&#38;quot;] = array(&#38;quot;Fruit&#38;quot;, &#38;quot;Hamburger&#38;quot;, &#38;quot;Beans&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;so this example would add a new list of choices to the end of the list.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
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;);
   return $choices;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joe on "Sharing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sharing#post-10069</link>
			<pubDate>Sun, 19 Sep 2010 12:54:06 +0000</pubDate>
			<dc:creator>Joe</dc:creator>
			<guid isPermaLink="false">10069@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm putting together a list of UK Counties and main towns in those counties.&#60;/p&#62;
&#60;p&#62;Is there a way I can share these with you to be used in the bulk add/predefined section of drop-down menus?&#60;/p&#62;
&#60;p&#62;I figured if I have to do it, there is no need for others to have to do it too.&#60;/p&#62;
&#60;p&#62;Also, is there a way to create bulk choices and save them for future use?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
