<?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: Saving checkbox values to custom taxonomy</title>
		<link>https://legacy.forums.gravityhelp.com/topic/saving-checkbox-values-to-custom-taxonomy</link>
		<description>Gravity Support Forums Topic: Saving checkbox values to custom taxonomy</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:14:52 +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/saving-checkbox-values-to-custom-taxonomy" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Saving checkbox values to custom taxonomy"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/saving-checkbox-values-to-custom-taxonomy#post-71326</link>
			<pubDate>Thu, 16 Aug 2012 11:57:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71326@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for posting that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noel Green on "Saving checkbox values to custom taxonomy"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/saving-checkbox-values-to-custom-taxonomy#post-71308</link>
			<pubDate>Thu, 16 Aug 2012 11:08:37 +0000</pubDate>
			<dc:creator>Noel Green</dc:creator>
			<guid isPermaLink="false">71308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Done!&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-to-populate-custom-taxonomies-with-a-checkbox&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-to-populate-custom-taxonomies-with-a-checkbox&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Saving checkbox values to custom taxonomy"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/saving-checkbox-values-to-custom-taxonomy#post-71243</link>
			<pubDate>Thu, 16 Aug 2012 00:29:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71243@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please let us know what you come up with.  I'm sure it will be useful to others.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noel Green on "Saving checkbox values to custom taxonomy"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/saving-checkbox-values-to-custom-taxonomy#post-71229</link>
			<pubDate>Wed, 15 Aug 2012 20:34:02 +0000</pubDate>
			<dc:creator>Noel Green</dc:creator>
			<guid isPermaLink="false">71229@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It doesn't work with the checkbox field... only the input field.&#60;/p&#62;
&#60;p&#62;I'm needing this function too right now and am working on a fix.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Saving checkbox values to custom taxonomy"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/saving-checkbox-values-to-custom-taxonomy#post-52987</link>
			<pubDate>Tue, 20 Mar 2012 15:38:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">52987@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you are using the Gravity Forms Custom Post Types Add-On, shouldn't you be able to use it's built in functionality to save checkbox values as taxonomy items for that custom taxonomy type? Or does the Custom Post Types Add-On not work with the checkbox field?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sanz on "Saving checkbox values to custom taxonomy"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/saving-checkbox-values-to-custom-taxonomy#post-52488</link>
			<pubDate>Thu, 15 Mar 2012 00:41:16 +0000</pubDate>
			<dc:creator>sanz</dc:creator>
			<guid isPermaLink="false">52488@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If anyone can show me the basics of getting the values from selected checkboxes into an array suitable for saving to a custom taxonomy that would be great. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sanz on "Saving checkbox values to custom taxonomy"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/saving-checkbox-values-to-custom-taxonomy#post-52092</link>
			<pubDate>Mon, 12 Mar 2012 04:26:28 +0000</pubDate>
			<dc:creator>sanz</dc:creator>
			<guid isPermaLink="false">52092@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I'm in need of a little guidance with getting and then saving selected checkbox values to a custom taxonomy.&#60;/p&#62;
&#60;p&#62;My form is correctly displaying terms from a custom taxonomy (retail_category) using the Gravity Forms + Custom Post Types plugin. I realise I also need to use gform_after_submission or similar action to do the actual save to the taxonomy.&#60;/p&#62;
&#60;p&#62;I'm just not sure how to get the values from the checkboxes into an array that I can pass directly to wp_set_object_terms.&#60;/p&#62;
&#60;p&#62;My form ID is 6 and the field ID is 8. The checkbox list shows up like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;field_6_8&#38;quot; class=&#38;quot;gfield    retailer-edit-profile-retail-categories&#38;quot;&#38;gt;&#38;lt;label class=&#38;quot;gfield_label&#38;quot;&#38;gt;Retail Categories&#38;lt;/label&#38;gt;&#38;lt;div class=&#38;quot;gfield_description&#38;quot;&#38;gt;Select the Retail Categories that best describe your company products/services.&#38;lt;/div&#38;gt;&#38;lt;div class=&#38;quot;ginput_container&#38;quot;&#38;gt;&#38;lt;ul class=&#38;quot;gfield_checkbox&#38;quot; id=&#38;quot;input_6_8&#38;quot;&#38;gt;&#38;lt;li class=&#38;quot;gchoice_8_1&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;input_8.1&#38;quot; type=&#38;quot;checkbox&#38;quot; value=&#38;quot;9&#38;quot; checked=&#38;quot;checked&#38;quot; id=&#38;quot;choice_8_1&#38;quot; tabindex=&#38;quot;15&#38;quot;&#38;gt;&#38;lt;label for=&#38;quot;choice_8_1&#38;quot;&#38;gt;Appliances&#38;lt;/label&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;li class=&#38;quot;gchoice_8_2&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;input_8.2&#38;quot; type=&#38;quot;checkbox&#38;quot; value=&#38;quot;10&#38;quot; id=&#38;quot;choice_8_2&#38;quot; tabindex=&#38;quot;16&#38;quot;&#38;gt;&#38;lt;label for=&#38;quot;choice_8_2&#38;quot;&#38;gt;Book Stores and Stationary&#38;lt;/label&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;li class=&#38;quot;gchoice_8_3&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;input_8.3&#38;quot; type=&#38;quot;checkbox&#38;quot; value=&#38;quot;8&#38;quot; id=&#38;quot;choice_8_3&#38;quot; tabindex=&#38;quot;17&#38;quot;&#38;gt;&#38;lt;label for=&#38;quot;choice_8_3&#38;quot;&#38;gt;Fashion and Accessories&#38;lt;/label&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;li class=&#38;quot;gchoice_8_4&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;input_8.4&#38;quot; type=&#38;quot;checkbox&#38;quot; value=&#38;quot;6&#38;quot; id=&#38;quot;choice_8_4&#38;quot; tabindex=&#38;quot;18&#38;quot;&#38;gt;&#38;lt;label for=&#38;quot;choice_8_4&#38;quot;&#38;gt;Food and Beverage&#38;lt;/label&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;li class=&#38;quot;gchoice_8_5&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;input_8.5&#38;quot; type=&#38;quot;checkbox&#38;quot; value=&#38;quot;7&#38;quot; id=&#38;quot;choice_8_5&#38;quot; tabindex=&#38;quot;19&#38;quot;&#38;gt;&#38;lt;label for=&#38;quot;choice_8_5&#38;quot;&#38;gt;Home and Living&#38;lt;/label&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;li class=&#38;quot;gchoice_8_6&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;input_8.6&#38;quot; type=&#38;quot;checkbox&#38;quot; value=&#38;quot;15&#38;quot; checked=&#38;quot;checked&#38;quot; id=&#38;quot;choice_8_6&#38;quot; tabindex=&#38;quot;20&#38;quot;&#38;gt;&#38;lt;label for=&#38;quot;choice_8_6&#38;quot;&#38;gt;Technology&#38;lt;/label&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any help would be appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
