<?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 pass value of multiple checkbox via query string?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-value-of-multiple-checkbox-via-query-string</link>
		<description>Gravity Support Forums Topic: How to pass value of multiple checkbox via query string?</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Apr 2026 15:04:03 +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/how-to-pass-value-of-multiple-checkbox-via-query-string" rel="self" type="application/rss+xml" />

		<item>
			<title>chadclubb on "How to pass value of multiple checkbox via query string?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-value-of-multiple-checkbox-via-query-string#post-20638</link>
			<pubDate>Tue, 15 Mar 2011 17:30:02 +0000</pubDate>
			<dc:creator>chadclubb</dc:creator>
			<guid isPermaLink="false">20638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Has anyone found a solution to this issue?  I've searched far and wide to no avail.  Please contact me if you have any ideas.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jimkrill on "How to pass value of multiple checkbox via query string?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-value-of-multiple-checkbox-via-query-string#post-16559</link>
			<pubDate>Tue, 18 Jan 2011 19:49:51 +0000</pubDate>
			<dc:creator>jimkrill</dc:creator>
			<guid isPermaLink="false">16559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, but the problem with this is that it creates empty variables.  And salesforce.com has issues when you try to pass empty variables.  &#60;/p&#62;
&#60;p&#62;This worked for me when trying to create a query string to send to salesforce's web-to-lead form.  I had to create the same name for each checkbox, in other words:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;amp;checkboxgroup={checkbox:8.1}&#38;amp;checkboxgroup={checkbox:8.2}... etc.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And this worked to fill what should have been a multiselect drop-down menu (a multi &#38;lt;select&#38;gt; element)... except it only worked if all checkboxes were ticked.&#60;/p&#62;
&#60;p&#62;If one was left empty, than that value was &#34;&#34; - blank, and therefor threw an error in Salesforce.&#60;/p&#62;
&#60;p&#62;it seems like there should be a way to include a single array form field value from the multiple checkboxes for a single item in the query string.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to pass value of multiple checkbox via query string?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-value-of-multiple-checkbox-via-query-string#post-11515</link>
			<pubDate>Fri, 22 Oct 2010 14:41:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11515@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You use the confirmation redirect functionality and then the interface it provides to build your querystring.  You would probably want to pass each checkbox as a separate item in your querystring.&#60;/p&#62;
&#60;p&#62;Ex.&#60;/p&#62;
&#60;p&#62;checkbox1={My Field:ID}&#38;amp;checkbox2={My Field:ID}&#38;amp;checkbox{My Field:ID}&#60;/p&#62;
&#60;p&#62;Be sure to use the insert form field drop down to insert the form field variables so that they have the correct ids.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Portent on "How to pass value of multiple checkbox via query string?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-value-of-multiple-checkbox-via-query-string#post-11510</link>
			<pubDate>Fri, 22 Oct 2010 13:53:45 +0000</pubDate>
			<dc:creator>Portent</dc:creator>
			<guid isPermaLink="false">11510@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to get the value of multiple checkboxes via query string, depending on what the user selects, I only want to pass their selection on after the form is submitted. I've tried doing this Whatprocessormessage__c={Punchout:35.1}{Purchase Order:35.2}{Invoice:35.3}{ASN:35.4}{PO Acknowledgement:35.5} &#60;/p&#62;
&#60;p&#62;to see if anything would stick, but nothing came through.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
