<?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: Is it possible? Force all checkboxes = yes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-force-all-checkboxes-yes</link>
		<description>Gravity Support Forums Topic: Is it possible? Force all checkboxes = yes</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:36:44 +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/is-it-possible-force-all-checkboxes-yes" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Is it possible? Force all checkboxes = yes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-force-all-checkboxes-yes#post-134141</link>
			<pubDate>Mon, 28 Jan 2013 14:01:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">134141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Additionally, developer David Smith posted this solution as well:&#60;br /&#62;
&#60;a href=&#34;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>burfield on "Is it possible? Force all checkboxes = yes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-force-all-checkboxes-yes#post-126630</link>
			<pubDate>Sun, 20 Jan 2013 08:33:17 +0000</pubDate>
			<dc:creator>burfield</dc:creator>
			<guid isPermaLink="false">126630@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I also wanted this feature. Tried many ways to get the &#34;checked&#34; attribute of the checkbox from Gravity Forms but no joy. Ended up looking in the &#60;code&#62;$_POST&#60;/code&#62; global and found what I needed.&#60;/p&#62;
&#60;p&#62;The function I now use can be found at:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://gist.github.com/4578295&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/4578295&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webmasterndgraphics on "Is it possible? Force all checkboxes = yes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-force-all-checkboxes-yes#post-34435</link>
			<pubDate>Sun, 04 Sep 2011 18:00:59 +0000</pubDate>
			<dc:creator>webmasterndgraphics</dc:creator>
			<guid isPermaLink="false">34435@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was looking for exactly that option too, the ability to force multiple checkboxes to be required. I think this should be considered as an option for future updates.&#60;/p&#62;
&#60;p&#62;I was also looking for the 2nd item, but I agree, the conditional logic works great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SteveRyan on "Is it possible? Force all checkboxes = yes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-force-all-checkboxes-yes#post-23902</link>
			<pubDate>Thu, 21 Apr 2011 18:33:19 +0000</pubDate>
			<dc:creator>SteveRyan</dc:creator>
			<guid isPermaLink="false">23902@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great, thanks for the quick reply.&#60;/p&#62;
&#60;p&#62;Just to complete the thought, I quickly combined all of the choices into one uber-choice in the checkbox control, separating them with a pair of &#60;code&#62;&#38;lt;br/&#38;gt;&#60;/code&#62; tags. Worked like a charm.&#60;/p&#62;
&#60;p&#62;And did exactly as you suggested for the &#34;other&#34; choice on the Checkbox/Multiple Choice control. Conditional logic and an additional choice. I actually think I like this option a little better now that I've seen it in action, too. :)&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;br /&#62;
Steve Ryan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Is it possible? Force all checkboxes = yes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-force-all-checkboxes-yes#post-23901</link>
			<pubDate>Thu, 21 Apr 2011 18:05:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23901@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1) Required field validation only checks that one of the checkboxes in a field is checked.  You'd have to use multiple checkbox fields (one for each) with each set as required to do this or write your own custom validation using the gform_validation hook.&#60;/p&#62;
&#60;p&#62;2) Currently there is no user defined option in the multiple choice or checkbox field.  It's a feature we plan on adding as an option in the future.  For now you'd have to use conditional logic and display a text field if the user selects &#34;Other&#34; and they'd enter their value in the text field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SteveRyan on "Is it possible? Force all checkboxes = yes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-force-all-checkboxes-yes#post-23900</link>
			<pubDate>Thu, 21 Apr 2011 17:59:50 +0000</pubDate>
			<dc:creator>SteveRyan</dc:creator>
			<guid isPermaLink="false">23900@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Had two questions that I was hoping to find out today.&#60;/p&#62;
&#60;p&#62;1. Is it possible to set the validation of a Checkbox control to force the user to select EVERY option prior to submitting. I wanted to use this control for a series of related &#34;read here if you understand&#34; kind of statements, and wanted to user to check off all boxes before submitting.&#60;/p&#62;
&#60;p&#62;2. Is it possible to allow a user-defined option in either the multiple choice or check boxes control? So... is there something that would allow the user to say &#34;Other:&#34; and then specify what he or she meant?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Steve Ryan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
