<?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: Drop Down</title>
		<link>https://legacy.forums.gravityhelp.com/topic/drop-down</link>
		<description>Gravity Support Forums Topic: Drop Down</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:39:42 +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/drop-down" rel="self" type="application/rss+xml" />

		<item>
			<title>Hedonfire1 on "Drop Down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down#post-15231</link>
			<pubDate>Thu, 30 Dec 2010 17:36:43 +0000</pubDate>
			<dc:creator>Hedonfire1</dc:creator>
			<guid isPermaLink="false">15231@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome! Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Drop Down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down#post-15229</link>
			<pubDate>Thu, 30 Dec 2010 17:32:44 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">15229@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Hedonfire! If your copy of Gravity Forms is up-to-date you can enable the use of values for your drop down and leave the value blank for the instructional option to ensure that a valid value is still required. &#60;/p&#62;
&#60;p&#62;Example field setup: &#60;a href=&#34;http://grab.by/88mI&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/88mI&#60;/a&#62;&#60;br /&#62;
Example error if valid option is not selected: &#60;a href=&#34;http://grab.by/88n6&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/88n6&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hedonfire1 on "Drop Down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down#post-15222</link>
			<pubDate>Thu, 30 Dec 2010 17:07:30 +0000</pubDate>
			<dc:creator>Hedonfire1</dc:creator>
			<guid isPermaLink="false">15222@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where do I put that code to set the value of the first entry.&#60;/p&#62;
&#60;p&#62;Currently I have all of my drop down boxes empty and this does not look right on the form.&#60;/p&#62;
&#60;p&#62;It needs to have a &#34;Please Select&#34; or something similar to let the user know that there are options to choose from. By putting that in manually as the first option it makes it so that the field is no longer required. &#60;/p&#62;
&#60;p&#62;Please help.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lee Hord on "Drop Down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down#post-5626</link>
			<pubDate>Thu, 20 May 2010 08:49:05 +0000</pubDate>
			<dc:creator>Lee Hord</dc:creator>
			<guid isPermaLink="false">5626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can have jQuery set the value of the first entry in your drop down.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$(&#38;#39;#input_id option:eq(0)&#38;#39;).val(&#38;#39;&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This will set a null value for the first entry in the select.  Just replace &#34;input_id&#34; with your drop down id.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex76 on "Drop Down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down#post-3878</link>
			<pubDate>Wed, 10 Mar 2010 07:43:05 +0000</pubDate>
			<dc:creator>Alex76</dc:creator>
			<guid isPermaLink="false">3878@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That would be great to have this option in the future! Keep up the great work!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Drop Down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down#post-2671</link>
			<pubDate>Wed, 13 Jan 2010 02:42:14 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There currently isn't a way to specify any null value or text for the first entry. We will adding some additional options for that soon. For now, you can leave the first choice blank and the the validation will work properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bruceo on "Drop Down"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down#post-2670</link>
			<pubDate>Wed, 13 Jan 2010 02:36:39 +0000</pubDate>
			<dc:creator>bruceo</dc:creator>
			<guid isPermaLink="false">2670@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to assign a dummy null value for the first entry so that the user must actually select a value. So the dropdown initially shows no value or &#34;choose&#34; as placeholder descriptive text then the dropdown reveals the selections to be chosen?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
