<?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: Letting a user chose 1 or 2 choices</title>
		<link>https://legacy.forums.gravityhelp.com/topic/letting-a-user-chose-1-or-2-choices</link>
		<description>Gravity Support Forums Topic: Letting a user chose 1 or 2 choices</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:58:29 +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/letting-a-user-chose-1-or-2-choices" rel="self" type="application/rss+xml" />

		<item>
			<title>Dimitris73 on "Letting a user chose 1 or 2 choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/letting-a-user-chose-1-or-2-choices#post-45517</link>
			<pubDate>Wed, 04 Jan 2012 20:04:05 +0000</pubDate>
			<dc:creator>Dimitris73</dc:creator>
			<guid isPermaLink="false">45517@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could I please have some feedback on this? :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dimitris73 on "Letting a user chose 1 or 2 choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/letting-a-user-chose-1-or-2-choices#post-44893</link>
			<pubDate>Fri, 23 Dec 2011 12:19:41 +0000</pubDate>
			<dc:creator>Dimitris73</dc:creator>
			<guid isPermaLink="false">44893@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Would the extra fields have any other downside except for the effort to make them? If not, think I might prefer my thought aestheticly.&#60;br /&#62;
If there are other downsides, could you give me some guidelines on how to implement the custom jQuery?&#60;br /&#62;
 Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Letting a user chose 1 or 2 choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/letting-a-user-chose-1-or-2-choices#post-44846</link>
			<pubDate>Thu, 22 Dec 2011 18:55:09 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">44846@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Doing what you described using conditional logic isn't going to cause database problems.  But it does mean you'll have to use more fields than necessary to implement something like this.  Doing it with a single checkbox field using some custom jQuery would be less cumbersome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dimitris73 on "Letting a user chose 1 or 2 choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/letting-a-user-chose-1-or-2-choices#post-44845</link>
			<pubDate>Thu, 22 Dec 2011 18:32:30 +0000</pubDate>
			<dc:creator>Dimitris73</dc:creator>
			<guid isPermaLink="false">44845@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, thanks.&#60;br /&#62;
Would the solution I thought of work? Or could it cause database problems, or other bugs?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Letting a user chose 1 or 2 choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/letting-a-user-chose-1-or-2-choices#post-44839</link>
			<pubDate>Thu, 22 Dec 2011 18:21:22 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">44839@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Both Radio Buttons and Drop Downs are single selection fields.  So they only allow a user to select one of the available choices.&#60;/p&#62;
&#60;p&#62;Checkboxes are multi-selection fields and the Multi-Select field itself is also a multiple selection field.  So you would need to use one of those.&#60;/p&#62;
&#60;p&#62;Currently the ability to set a minimum and maximum number of selections is not a built in feature of Checkboxes or the Multi-Select field.  You would need to implement this as a jQuery customization if you wanted to do something like that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dimitris73 on "Letting a user chose 1 or 2 choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/letting-a-user-chose-1-or-2-choices#post-44811</link>
			<pubDate>Thu, 22 Dec 2011 14:42:27 +0000</pubDate>
			<dc:creator>Dimitris73</dc:creator>
			<guid isPermaLink="false">44811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I ment drop down menu fields, not radio button fields. But I suppose they basicly have the same funcionality anyway...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dimitris73 on "Letting a user chose 1 or 2 choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/letting-a-user-chose-1-or-2-choices#post-44782</link>
			<pubDate>Thu, 22 Dec 2011 06:06:23 +0000</pubDate>
			<dc:creator>Dimitris73</dc:creator>
			<guid isPermaLink="false">44782@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello&#60;br /&#62;
I want to give a user the ability to select at least 1 and not more than 2 choices in a category. I thought of using 2 radio butuon fields (the first required and the 2nd optional). But then the user could choose the same category twice by mistake (or whatever reason) and possibly cause bugs to occur. I am thiniking of having that first radio button field and then have an other one pop up using coditional logic. The 2nd one will have all the categories exept the category that was chosen in the first radio button field.&#60;br /&#62;
Is there a better way?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
