<?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: How to pre-populate checkboxes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hw-to-pre-populate-checkboxes</link>
		<description>Gravity Support Forums Topic: How to pre-populate checkboxes</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:23:09 +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/hw-to-pre-populate-checkboxes" rel="self" type="application/rss+xml" />

		<item>
			<title>adcSTUDIO on "How to pre-populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hw-to-pre-populate-checkboxes#post-16006</link>
			<pubDate>Tue, 11 Jan 2011 18:30:08 +0000</pubDate>
			<dc:creator>adcSTUDIO</dc:creator>
			<guid isPermaLink="false">16006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Success! Now to only figure out how to set the Tag and Category parameters!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adcSTUDIO on "How to pre-populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hw-to-pre-populate-checkboxes#post-15996</link>
			<pubDate>Tue, 11 Jan 2011 17:32:40 +0000</pubDate>
			<dc:creator>adcSTUDIO</dc:creator>
			<guid isPermaLink="false">15996@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think I'm supposed to pass a comma separated list of values to the single parameter... it isn't working yet, but I'm sure that's what I'm supposed to do here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adcSTUDIO on "How to pre-populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hw-to-pre-populate-checkboxes#post-15971</link>
			<pubDate>Tue, 11 Jan 2011 13:15:47 +0000</pubDate>
			<dc:creator>adcSTUDIO</dc:creator>
			<guid isPermaLink="false">15971@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure I understand.&#60;/p&#62;
&#60;p&#62;I've a Checkbox group called languages. The Choices are English, Spanish, and Other. When using the &#34;gform_post_submission&#34; hook, I read the values from $entry[16.1], $entry[16.2], and $entry[16.3]. This all works great. Users can select One, Two, or all Three Choices.&#60;/p&#62;
&#60;p&#62;Now though, when attempting to pre-populate through PHP, I've run into a wall where the &#34;Parameter Name&#34; (in the from UI) only takes one value... It's it just a hard limitation that only One choice can be pre-populated? Or am I missing something else entirely?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonnocohen on "How to pre-populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hw-to-pre-populate-checkboxes#post-6190</link>
			<pubDate>Tue, 08 Jun 2010 17:18:47 +0000</pubDate>
			<dc:creator>jonnocohen</dc:creator>
			<guid isPermaLink="false">6190@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Aha, thanks for that! I've spent the past 2 hours messing with different Boolean operators and trying to work out what I was doing wrong.&#60;/p&#62;
&#60;p&#62;I've used the lengthy description as a bit of a CSS workaround/hack, but the actual label is hidden, so I can use that.&#60;/p&#62;
&#60;p&#62;Thanks again, and for the speedy response!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to pre-populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hw-to-pre-populate-checkboxes#post-6189</link>
			<pubDate>Tue, 08 Jun 2010 17:07:38 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">6189@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You populate it the same way.  You would pass connecting= in your query string and pass the full value of that checkbox.  Until we implement separate label/value options for drop down/checkboxes and radio buttons you would have to pass the full label name for the checkbox you want to check.&#60;/p&#62;
&#60;p&#62;For example:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.chiefrabbi.co.za/sign-up/?username=Bob&#38;amp;emailaddress=bob@bob.com&#38;amp;connecting=Connecting%20with%20the%20Chief%20Rabbi,%20sent%20out%20approximately%2010%20times%20a%20year,%20focuses%20on%20topical%20issues%20from%20a%20Torah%20perspective&#34; rel=&#34;nofollow&#34;&#62;http://www.chiefrabbi.co.za/sign-up/?username=Bob&#38;amp;emailaddress=bob@bob.com&#38;amp;connecting=Connecting%20with%20the%20Chief%20Rabbi,%20sent%20out%20approximately%2010%20times%20a%20year,%20focuses%20on%20topical%20issues%20from%20a%20Torah%20perspective&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please note that the %20 is escaping the blank space in the string.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonnocohen on "How to pre-populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hw-to-pre-populate-checkboxes#post-6187</link>
			<pubDate>Tue, 08 Jun 2010 16:46:32 +0000</pubDate>
			<dc:creator>jonnocohen</dc:creator>
			<guid isPermaLink="false">6187@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a simple form that pops up in a FancyBox iFrame to allow users to sign up for one (or both) of the two newsletters on offer. &#60;a href=&#34;http://www.chiefrabbi.co.za/sign-up/&#34; rel=&#34;nofollow&#34;&#62;Here's the page that gets iFramed&#60;/a&#62;. The pop-up is triggered by clicking the yellow Post-it in the sidebar &#60;a href=&#34;http://www.chiefrabbi.co.za&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Now the emails that go out to subcribers have links to subscribe, unsubscribe, and to subscribe to the list *other* than the one they're on (i.e. you get a mail from List 1 but it has a link to subscribe to List 2 also).&#60;/p&#62;
&#60;p&#62;I'm using links with query strings in the emails so someone who clicks on a link to subscribe to List 1 will get a form with their name and email filled in, and the List 1 checkbox checked.&#60;/p&#62;
&#60;p&#62;The name and email are populating as expected (&#60;a href=&#34;http://www.chiefrabbi.co.za/sign-up/?username=Bob&#38;amp;emailaddress=bob@bob.com)&#34; rel=&#34;nofollow&#34;&#62;http://www.chiefrabbi.co.za/sign-up/?username=Bob&#38;amp;emailaddress=bob@bob.com)&#60;/a&#62;, but I don't know how to get the checkbox pre-checked. The parameter I'm using for now for the first checkbox is 'connecting'. How do I specify this in the query string? &#38;amp;connecting=checked, &#38;amp;connecting=true, &#38;amp;connecting=yes all do nothing.&#60;/p&#62;
&#60;p&#62;What's the correct syntax?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
