<?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: dropdown - require user to choose an option</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dropdown-require-user-to-choose-an-option</link>
		<description>Gravity Support Forums Topic: dropdown - require user to choose an option</description>
		<language>en-US</language>
		<pubDate>Mon, 13 Apr 2026 15:10:22 +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/dropdown-require-user-to-choose-an-option" rel="self" type="application/rss+xml" />

		<item>
			<title>kubawolf on "dropdown - require user to choose an option"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-require-user-to-choose-an-option#post-46472</link>
			<pubDate>Mon, 16 Jan 2012 11:11:34 +0000</pubDate>
			<dc:creator>kubawolf</dc:creator>
			<guid isPermaLink="false">46472@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This helped for me as well, thanks for the well-explained and documented solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "dropdown - require user to choose an option"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-require-user-to-choose-an-option#post-41418</link>
			<pubDate>Thu, 17 Nov 2011 11:49:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41418@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What do you mean Miramedia?  What Carl describes is available in the plugin.  Are you looking for functionality not described here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Miramedia on "dropdown - require user to choose an option"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-require-user-to-choose-an-option#post-41399</link>
			<pubDate>Thu, 17 Nov 2011 10:37:06 +0000</pubDate>
			<dc:creator>Miramedia</dc:creator>
			<guid isPermaLink="false">41399@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, this was really useful. Would be great if this could be included in the plugin as an option. &#60;/p&#62;
&#60;p&#62;Keep up the good work!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FanaticWeb on "dropdown - require user to choose an option"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-require-user-to-choose-an-option#post-29008</link>
			<pubDate>Sat, 02 Jul 2011 00:18:51 +0000</pubDate>
			<dc:creator>FanaticWeb</dc:creator>
			<guid isPermaLink="false">29008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad someone flagged this, and glad I looked it up prior to posting it :) Thanks csleh and Carl!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "dropdown - require user to choose an option"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-require-user-to-choose-an-option#post-28732</link>
			<pubDate>Tue, 28 Jun 2011 17:52:23 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28732@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you want to force a user to make a selection, and not allow them to select the first option which would act as a placeholder and say &#34;Select One&#34; you can do so by following these instructions.&#60;/p&#62;
&#60;p&#62;- Edit your form&#60;br /&#62;
- Add a Drop Down field to your form&#60;br /&#62;
- Edit this new Drop Down field&#60;br /&#62;
- Give this field a Field Label&#60;br /&#62;
- Check the &#34;enable values&#34; checkbox&#60;br /&#62;
- Give the very first choice in the list of choices a label of &#34;Select One&#34; and leave it's value EMPTY&#60;br /&#62;
- Make sure all choices below it have the value field populated for each choice&#60;br /&#62;
- Check the &#34;Required&#34; checkbox under the Rules&#60;br /&#62;
- Save your form&#60;/p&#62;
&#60;p&#62;These same steps apply if you have an existing drop down you want to modify to do this.&#60;/p&#62;
&#60;p&#62;What this does is it makes the field required, which means the choice selected must have a value.  Because the first choice is a placeholder that says &#34;Select One&#34; (or whatever you want it to say) and does not have a value... it won't allow the user to select it and will force them to make a selection.&#60;/p&#62;
&#60;p&#62;I am including a screenshot of a Drop Down configured following these instructions.  You can view it here: &#60;a href=&#34;http://i.imgur.com/JEObb.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/JEObb.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>csleh on "dropdown - require user to choose an option"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-require-user-to-choose-an-option#post-28707</link>
			<pubDate>Tue, 28 Jun 2011 13:43:28 +0000</pubDate>
			<dc:creator>csleh</dc:creator>
			<guid isPermaLink="false">28707@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've created a dropdown with a few options, no choices are checked by default, and made it a required field. However, the first option is automatically selected -- even if the visitor hasn't selected it themselves.&#60;br /&#62;
How can I add something like &#34;---&#34; or &#34;please select...&#34; as a default, so the visitor will have to select one of the actual choices?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
