<?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: Populate dynamically from previous unselected check boxes?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes</link>
		<description>Gravity Support Forums Topic: Populate dynamically from previous unselected check boxes?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:09:57 +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/populate-dynamically-from-previous-unselected-check-boxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Populate dynamically from previous unselected check boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes#post-139048</link>
			<pubDate>Fri, 01 Feb 2013 23:02:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">139048@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can add that jQuery to an HTML field in your form, or you can add it to the header section of the page where the form is displayed.  You will need to do a little more to make that work in WordPress and to target your specific fields, but that should work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Populate dynamically from previous unselected check boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes#post-137697</link>
			<pubDate>Thu, 31 Jan 2013 15:34:38 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">137697@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I wonder if this could work with GF checkboxes? ...if the checkbox is checked, stop unchecked...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://stackoverflow.com/questions/6424485/jquery-if-the-checkbox-is-checked-stop-unchecked&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/6424485/jquery-if-the-checkbox-is-checked-stop-unchecked&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;checkbox&#34; disabled=&#34;disabled&#34; /&#38;gt;&#60;br /&#62;
If you want to disable a checkbox when it is clicked, with jQuery, you can do this:&#60;br /&#62;
$(&#34;input[type=checkbox]&#34;).click(function() {&#60;br /&#62;
      $(this).attr(&#34;disabled&#34;, true);&#60;br /&#62;
});&#60;/p&#62;
&#60;p&#62;Would the above be possible? How could I incorporate this jquery with GF?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Populate dynamically from previous unselected check boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes#post-136739</link>
			<pubDate>Wed, 30 Jan 2013 19:58:30 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">136739@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can anyone think of a way I could have a checkbox group that would NOT allow someone to uncheck a box after they have gone to page 2 of the form?&#60;/p&#62;
&#60;p&#62;Once they are on page 2 I want to give them the option to select something from page 1 but not be able to change their previous selections.&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Populate dynamically from previous unselected check boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes#post-113254</link>
			<pubDate>Thu, 03 Jan 2013 18:04:28 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">113254@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your thoughts. Yes there would be too many variables to create conditional logic for each checkbox option(s).&#60;/p&#62;
&#60;p&#62;What about populating a checkbox dynamically? I've never used that feature.&#60;/p&#62;
&#60;p&#62;More explanation: A person will be able to select only 5 choices(checkboxes) total on a 2 page form.&#60;br /&#62;
On page 1 they will be given 5 choices then asked to proceed to next page(called a room).&#60;br /&#62;
After they go to page 2 we don't want them to be able to unselect an item from Page 1, they are stuck with what they selected on Page 1 but we want to give them the option to add something from page 1 if they don't like the choices on page 2.&#60;/p&#62;
&#60;p&#62;Here is a jpg:&#60;br /&#62;
&#60;a href=&#34;http://highwaters.net/files/select.jpg&#34; rel=&#34;nofollow&#34;&#62;http://highwaters.net/files/select.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;On page 2 there is a radio button to asking them How to Proceed. If they want to go back to Page 1 we want them to be able to select from an unselected check box but not uncheck anything.&#60;/p&#62;
&#60;p&#62;John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populate dynamically from previous unselected check boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes#post-113006</link>
			<pubDate>Thu, 03 Jan 2013 08:13:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">113006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Conditional logic is applied to one complete field, so you can't hide just some check boxes of one check box field based on choices made in a previous check box.  You could hide a complete field, something like &#34;If A was selected on page 1, don't show this field&#34;.  But that means on page two you would have five fields, not one field of 5 possible checkboxes.&#60;/p&#62;
&#60;p&#62;Can you explain your application?  Maybe we can come up with some other ideas.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Populate dynamically from previous unselected check boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes#post-112585</link>
			<pubDate>Wed, 02 Jan 2013 20:34:41 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">112585@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How could I do this?&#60;br /&#62;
Page 1 of form has a Checkbox with 5 choices (A, B, C, D, E)&#60;/p&#62;
&#60;p&#62;I want page 2 of form to have a dynamically populated checkbox from the unselected items from page 1.&#60;br /&#62;
So if they selected A &#38;amp; B on page 1 they will have C, D, E available on page 2.&#60;br /&#62;
If they selected C on page 1 they will have A, B, D, E available on page 2.  &#60;/p&#62;
&#60;p&#62;Possible? Need more info?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
John
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
