<?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: More than 9 checkboxes bug</title>
		<link>https://legacy.forums.gravityhelp.com/topic/more-than-9-checkboxes-bug</link>
		<description>Gravity Support Forums Topic: More than 9 checkboxes bug</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:33:02 +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/more-than-9-checkboxes-bug" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "More than 9 checkboxes bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-than-9-checkboxes-bug#post-21547</link>
			<pubDate>Fri, 25 Mar 2011 17:00:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21547@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@John0 I'd have to verify with our lead developer, I believe it skips multiples of 10.  20, 30, 40, 50, and so on.  This is because doing certain operations with serialized array data there are problems distinguishing between 10, 100, 1000, 20, 200, 2000, etc.  It has to do with processing serialized data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JohnO on "More than 9 checkboxes bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-than-9-checkboxes-bug#post-21516</link>
			<pubDate>Fri, 25 Mar 2011 12:59:22 +0000</pubDate>
			<dc:creator>JohnO</dc:creator>
			<guid isPermaLink="false">21516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using 1.4.5 but I've tried it on 1.5 as well.&#60;br /&#62;
The actual problem — not saving the last checkbox — is happening on a list of checkboxes created in code. So now when I skip 10 when building the list in pre_render is saves like it should. Thanks.&#60;br /&#62;
You mentioned, &#34;and some others.&#34; What other numbers do I need to worry about?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "More than 9 checkboxes bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-than-9-checkboxes-bug#post-21483</link>
			<pubDate>Fri, 25 Mar 2011 11:49:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21483@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What version of Gravity Forms are you using?&#60;/p&#62;
&#60;p&#62;I just verified using a form that looks like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/9Gio&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9Gio&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It contains 12 checkboxes.  I tested it by submitting 12 entries, each selecting one of the 12 checkboxes and it saved without a problem.&#60;/p&#62;
&#60;p&#62;Gravity Forms does skip id's 10, and some others due to how data is stored.  This is by design.  However you'll notice the id 11 in your example above is actually the option with the value 10.&#60;/p&#62;
&#60;p&#62;I'm unable to replicate this issue on my end using a checkbox containing more than 10 items, each with a sequential numeric value.  This was done using Gravity Forms v1.5.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JohnO on "More than 9 checkboxes bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-than-9-checkboxes-bug#post-21451</link>
			<pubDate>Fri, 25 Mar 2011 05:49:21 +0000</pubDate>
			<dc:creator>JohnO</dc:creator>
			<guid isPermaLink="false">21451@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you create a checkbox field with more than 9 choices, the form skips 10 when it renders.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;#39;gchoice_1_9&#38;#39;&#38;gt;&#38;lt;input name=&#38;#39;input_1.9&#38;#39; type=&#38;#39;checkbox&#38;#39;  value=&#38;#39;9&#38;#39;  id=&#38;#39;choice_1_9&#38;#39; tabindex=&#38;#39;9&#38;#39;  /&#38;gt;&#38;lt;label for=&#38;#39;choice_1_9&#38;#39;&#38;gt;9&#38;lt;/label&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li class=&#38;#39;gchoice_1_11&#38;#39;&#38;gt;&#38;lt;input name=&#38;#39;input_1.11&#38;#39; type=&#38;#39;checkbox&#38;#39;  value=&#38;#39;10&#38;#39;  id=&#38;#39;choice_1_11&#38;#39; tabindex=&#38;#39;10&#38;#39;  /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This causes the problem that the last checkbox is not saved when checked.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
