<?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: True &#34;Multiple&#34; Choice</title>
		<link>https://legacy.forums.gravityhelp.com/topic/true-multiple-choice</link>
		<description>Gravity Support Forums Topic: True &quot;Multiple&quot; Choice</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:51:04 +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/true-multiple-choice" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "True &#34;Multiple&#34; Choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-multiple-choice#post-19356</link>
			<pubDate>Thu, 24 Feb 2011 18:48:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19356@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Ready Classes that are helper CSS classes are only available in Gravity Forms v1.5 which is currently a development release so be sure that you are running that development release before using them.  The development release is available on the Downloads page.&#60;/p&#62;
&#60;p&#62;The Ready Class documentation can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/css-ready-classes/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/css-ready-classes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is a ready class for scrolling text called gf_scroll_text but it was designed primarily for section breaks for displaying text content and isn't going to work in this situation so it will require a little bit of custom CSS.&#60;/p&#62;
&#60;p&#62;Here is a quick example to get you started.&#60;/p&#62;
&#60;p&#62;Add this CSS to your themes stylesheet:&#60;/p&#62;
&#60;p&#62;.field_scroll .ginput_container {width: 500px!important;; height: 200px!important;; overflow: auto!important;}&#60;/p&#62;
&#60;p&#62;Then apply this custom class to your checkbox field by editing your checkbox field and going to the Advanced tab and entering this in the Custom Class name:&#60;/p&#62;
&#60;p&#62;field_scroll&#60;/p&#62;
&#60;p&#62;If you want to apply this AND a Ready Class such as the 4 column list Ready Class you would enter both of them in the Custom Class field like so:&#60;/p&#62;
&#60;p&#62;gf_list_4col field_scroll&#60;/p&#62;
&#60;p&#62;With a space between them.  Like so:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/98P4&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/98P4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Doing this correctly will product the following results:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/98P7&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/98P7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can adjust the width and height of the scrolling div to suit the site design, this example has them set to 500px wide and 200px tall.&#60;/p&#62;
&#60;p&#62;That should be enough to get you started.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cheryl on "True &#34;Multiple&#34; Choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-multiple-choice#post-19354</link>
			<pubDate>Thu, 24 Feb 2011 18:30:31 +0000</pubDate>
			<dc:creator>Cheryl</dc:creator>
			<guid isPermaLink="false">19354@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your quick reply!  And I agree that the multi-select box is not the best option, but it IS what the client requested.  So I am going to build the list using checkboxes as you suggest and see how the client reacts. &#60;/p&#62;
&#60;p&#62;Ok, so here is where I am currently... using checkboxes and gf_2col CSS class to make it a 2-column list.  Is there a class already built within the CSS that will give me a scrollable container?  If so, I cannot find it.  If not, I will have to do some research as I am not adept at writing CSS... that is why I bought your software!!  :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "True &#34;Multiple&#34; Choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-multiple-choice#post-19340</link>
			<pubDate>Thu, 24 Feb 2011 17:04:50 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19340@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Multiple Choice are radio buttons.  The term Multiple Choices comes from the testing world where a Multiple Choice Test or Quiz consists of multiple answers with only one correct answer and you pick the one that is correct.&#60;/p&#62;
&#60;p&#62;What you are referring to is called a multiple-select field and it is a variation of the Select field that has multi-select enabled.  &#60;/p&#62;
&#60;p&#62;Gravity Forms does not support a multi-select Select field because of the fact the average internet user does not understand they can select multiple items holding down the control button while making multiple selections and the fact that it is poor UI because if they have select multiple and then click on another without holding down CTRL it clears our all their other choices.  It's a terrible UI for a field and is why we have chosen not to introduce it.&#60;/p&#62;
&#60;p&#62;However, there is no reason why you can't use a checkbox field.  There are a few different things you could do as far as your checkbox field goes to make it more user friendly if you have a large number of checkbox items.&#60;/p&#62;
&#60;p&#62;Using CSS you can make the checkbox items display horizontally instead of vertically, saving some space.  You can also use CSS and make the container the checkboxes are in act as a scrollable div... which in effect will make it similar to the multi-select field you described only much more user friendly as it would use checkboxes rather than CTRL-click actions.&#60;/p&#62;
&#60;p&#62;The link you provided didn't work, returned a page could not be found error.&#60;/p&#62;
&#60;p&#62;But what you want to do can be done using the checkbox field and some minor custom CSS to make it more user friendly with that many checkboxes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cheryl on "True &#34;Multiple&#34; Choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-multiple-choice#post-19338</link>
			<pubDate>Thu, 24 Feb 2011 16:56:39 +0000</pubDate>
			<dc:creator>Cheryl</dc:creator>
			<guid isPermaLink="false">19338@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a client who is requesting, as part of a request form, a list within a scrolling box.  Within that box, the person submitting the request needs to be able to select multiple items by holding down their Ctrl key while making selections.  I purchased Gravity Forms today because I saw the &#34;Multiple Choice&#34; as a default field, but does not have the functionality I was hoping for.   And I cannot do checkboxes as the list of items numbers over 100.  Here is an example of a form that has what I am looking for... &#60;a href=&#34;http://georgino.com/literature.html&#34; rel=&#34;nofollow&#34;&#62;http://georgino.com/literature.html&#60;/a&#62;&#60;br /&#62;
Is this doable in Gravity Forms?  If so, how?  And if not, how do I go about getting a refund?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
