<?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 Tag: checkboxes - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/checkboxes</link>
		<description>Gravity Support Forums Tag: checkboxes - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:53: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/tags/checkboxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Map Checkboxes To User Registration Form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/map-checkboxes-to-user-registration-form#post-376042</link>
			<pubDate>Thu, 25 Jul 2013 05:37:38 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you still require assistance with this please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62; or a &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;priority support ticket&#60;/a&#62; if you are a developer license holder. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BillFishkin on "Map Checkboxes To User Registration Form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/map-checkboxes-to-user-registration-form#post-374061</link>
			<pubDate>Wed, 10 Jul 2013 19:21:58 +0000</pubDate>
			<dc:creator>BillFishkin</dc:creator>
			<guid isPermaLink="false">374061@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am also having this problem, except it is slightly more puzzling.&#60;/p&#62;
&#60;p&#62;If I create a form with Checkboxes, Radios or a Dropdown, the User Registration Add-on populates the 'User Meta' mapping dropdown field with the *values* of the Checkboxes/Radios/Dropdown opposed to the *key* ...&#60;/p&#62;
&#60;p&#62;Example:&#60;br /&#62;
Type: Checkbox&#60;br /&#62;
Key: 'favorite_colors'&#60;br /&#62;
Values: Red, Blue, Orange, Green, Violet.&#60;/p&#62;
&#60;p&#62;On user registration page the mapping Dropdown contains options Red, Blue, Orange, Green and Violet, instead of 'favorite_color.' Not exactly sure why... as there is no foreseeable reason why anyone would map a specific value to a field &#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Checkboxes Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkboxes-not-displaying#post-348367</link>
			<pubDate>Thu, 27 Jun 2013 15:14:56 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">348367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Checkboxes Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkboxes-not-displaying#post-348358</link>
			<pubDate>Thu, 27 Jun 2013 15:07:25 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">348358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Edit: should have refreshed the page after I nipped away from my desk before replying
&#60;/p&#62;</description>
		</item>
		<item>
			<title>envecreative1 on "Checkboxes Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkboxes-not-displaying#post-348352</link>
			<pubDate>Thu, 27 Jun 2013 15:03:44 +0000</pubDate>
			<dc:creator>envecreative1</dc:creator>
			<guid isPermaLink="false">348352@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow, that was FAST! Thank you so much, Rob!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Checkboxes Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkboxes-not-displaying#post-348347</link>
			<pubDate>Thu, 27 Jun 2013 14:59:17 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">348347@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For some reason your theme decided to block all inputs out for Chrome and Safari (webkit):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input, textarea, button {
outline: none!important;
background: none;
border-radius: 0;
box-shadow: none!important;
-webkit-appearance: none!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just place this CSS snippet in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
-webkit-appearance: checkbox!important;
}
.gform_wrapper ul.gfield_radio li input[type=radio] {
-webkit-appearance: radio!important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>envecreative1 on "Checkboxes Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkboxes-not-displaying#post-348329</link>
			<pubDate>Thu, 27 Jun 2013 14:45:23 +0000</pubDate>
			<dc:creator>envecreative1</dc:creator>
			<guid isPermaLink="false">348329@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know this is probably something silly, but checkboxes don't display on my site. The values do, but not the actual boxes. &#60;a href=&#34;http://oldelibertyins.com/insurance-products/auto-insurance-2/&#34; rel=&#34;nofollow&#34;&#62;http://oldelibertyins.com/insurance-products/auto-insurance-2/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Getting selected values of checkboxes in gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-selected-values-of-checkboxes-in-gform_pre_submission#post-293173</link>
			<pubDate>Fri, 31 May 2013 16:48:48 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">293173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the pre submission filter, the entry isn't created yet, so you can get a hold of the submitted values by inspecting the $_POST variables. Each checkbox item will have its own variable. For example, lets say I have a checkbox field whose Field Id is 1 and it has 3 choices, then I would access the value for each like the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$value_of_first_checkbox = $_POST[&#38;quot;input_2_1&#38;quot;];
$value_of_second_checkbox = $_POST[&#38;quot;input_2_2&#38;quot;];
$value_of_third_checkbox = $_POST[&#38;quot;input_2_3&#38;quot;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I hope this helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "HTML5 displaying problems - cannot see check boxes or radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html5-displaying-problems-cannot-see-check-boxes-or-radio-buttons#post-291999</link>
			<pubDate>Fri, 31 May 2013 06:04:37 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">291999@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your theme's main.css file you have the following rule&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;input, textarea, button {
outline: none!important;
background: none;
border-radius: 0;
box-shadow: 0!important;
-webkit-appearance: none!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It is the -webkit-appearance: none!important; rule that is causing your problems, you can either remove that or you can add the following new rules lower down the file to override it&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield input[type=radio] {
-webkit-appearance: radio !important;
}
.gform_wrapper .gfield input[type=checkbox] {
-webkit-appearance: checkbox !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lam09 on "HTML5 displaying problems - cannot see check boxes or radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html5-displaying-problems-cannot-see-check-boxes-or-radio-buttons#post-291832</link>
			<pubDate>Fri, 31 May 2013 05:06:30 +0000</pubDate>
			<dc:creator>lam09</dc:creator>
			<guid isPermaLink="false">291832@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been trying for months now to sort this and I really need help.  See the form here.  I've messed with the CSS and I just cant figure out how to get the radio buttons and check boxes to display.&#60;/p&#62;
&#60;p&#62;I love the way the form looks in preview, but when my sites style sheet is applied it wrecks the form.&#60;/p&#62;
&#60;p&#62;Is there anyway I can ask the form not to use my sites css but to use it's own?&#60;/p&#62;
&#60;p&#62;Here is the form:  &#60;a href=&#34;http://tinyurl.com/c9scdnu&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/c9scdnu&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
