<?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: Add a Term to a Taxonomy via Forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-a-term-to-a-taxonomy-via-forms</link>
		<description>Gravity Support Forums Topic: Add a Term to a Taxonomy via Forms</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 01:48:31 +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/add-a-term-to-a-taxonomy-via-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>clc on "Add a Term to a Taxonomy via Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-term-to-a-taxonomy-via-forms#post-33735</link>
			<pubDate>Sun, 28 Aug 2011 10:43:11 +0000</pubDate>
			<dc:creator>clc</dc:creator>
			<guid isPermaLink="false">33735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd LOVE this as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kate M on "Add a Term to a Taxonomy via Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-term-to-a-taxonomy-via-forms#post-33729</link>
			<pubDate>Sun, 28 Aug 2011 03:19:22 +0000</pubDate>
			<dc:creator>Kate M</dc:creator>
			<guid isPermaLink="false">33729@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want this too... any updates?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lynne on "Add a Term to a Taxonomy via Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-term-to-a-taxonomy-via-forms#post-29568</link>
			<pubDate>Sun, 10 Jul 2011 11:41:53 +0000</pubDate>
			<dc:creator>Lynne</dc:creator>
			<guid isPermaLink="false">29568@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I had found this code that was a bit older but claimed to do what I wanted:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function hyp_tag_to_taxonomy( $form ){
     $id = $form[&#38;#39;post_id&#38;#39;];
     $raw_tag_list = $form[&#38;#39;input_7&#38;#39;];
     $tag_array = explode(&#38;#39;,&#38;#39;, $raw_tag_list);
     wp_set_object_terms( $id, $tag, &#38;#39;TAXONOMY&#38;#39; , true);

}

add_action( &#38;#39;gform_post_submission&#38;#39;, &#38;#39;hyp_tag_to_taxonomy&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Essentially, I want one of my form fields to be able to inject a taxonomy term into a specific taxonomy.  &#60;/p&#62;
&#60;p&#62;Actually, what I'd REALLY love is a field that does 2 things..... Uses some sort of auto-complete to query all the current terms for a specific taxonomy and give those as suggestions for the field.... if then the term doesn't exist, it add the new term... but I'm sure that's a much larger request ;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
