<?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: Fix Tag to Taxonomy Help</title>
		<link>https://legacy.forums.gravityhelp.com/topic/fix-tag-to-taxonomy-help</link>
		<description>Gravity Support Forums Topic: Fix Tag to Taxonomy Help</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:14:23 +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/fix-tag-to-taxonomy-help" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Fix Tag to Taxonomy Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fix-tag-to-taxonomy-help#post-67560</link>
			<pubDate>Mon, 23 Jul 2012 14:36:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67560@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Very good.  Thank you for your response.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fabio on "Fix Tag to Taxonomy Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fix-tag-to-taxonomy-help#post-67558</link>
			<pubDate>Mon, 23 Jul 2012 14:31:42 +0000</pubDate>
			<dc:creator>Fabio</dc:creator>
			<guid isPermaLink="false">67558@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok I found the solution, thanks&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/custom-taxonomies&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/custom-taxonomies&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fabio on "Fix Tag to Taxonomy Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fix-tag-to-taxonomy-help#post-67534</link>
			<pubDate>Mon, 23 Jul 2012 10:07:15 +0000</pubDate>
			<dc:creator>Fabio</dc:creator>
			<guid isPermaLink="false">67534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, (sorry for my english)&#60;/p&#62;
&#60;p&#62;surfing the net I could find the code that converts the &#34;Tag&#34; in &#34;Taxonomy&#34;:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://code.hyperspatial.com/104/gravity-forms-taxonomy-fix/&#34; rel=&#34;nofollow&#34;&#62;http://code.hyperspatial.com/104/gravity-forms-taxonomy-fix/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This works well, but unfortunately saves all the data (value) even in the &#34;Tag&#34; (default). &#60;/p&#62;
&#60;p&#62;I have 3 fields ID: 45, 46, 47&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function hyp2_tag_to_taxonomy( $form ){
     $id = $form[&#38;#39;post_id&#38;#39;];
     $raw_tag_list = $form[&#38;#39;45&#38;#39;];
     $tag_array = explode(&#38;#39;,&#38;#39;, $raw_tag_list);

     foreach ($tag_array as $tag){
          wp_set_object_terms( $id, $tag, &#38;#39;regista&#38;#39;,true);
     }
}
add_action( &#38;#39;gform_post_submission&#38;#39;, &#38;#39;hyp2_tag_to_taxonomy&#38;#39; );

function hyp_tag_to_taxonomy( $form ){
     $id = $form[&#38;#39;post_id&#38;#39;];
     $raw_tag_list = $form[&#38;#39;46&#38;#39;];
     $tag_array = explode(&#38;#39;,&#38;#39;, $raw_tag_list);

     foreach ($tag_array as $tag){
          wp_set_object_terms( $id, $tag, &#38;#39;attore&#38;#39;,true);
     }
}
add_action( &#38;#39;gform_post_submission&#38;#39;, &#38;#39;hyp_tag_to_taxonomy&#38;#39; );

function hyp3_tag_to_taxonomy( $form ){
     $id = $form[&#38;#39;post_id&#38;#39;];
     $raw_tag_list = $form[&#38;#39;47&#38;#39;];
     $tag_array = explode(&#38;#39;,&#38;#39;, $raw_tag_list);

     foreach ($tag_array as $tag){
          wp_set_object_terms( $id, $tag, &#38;#39;anno&#38;#39;,true);
     }
}
add_action( &#38;#39;gform_post_submission&#38;#39;, &#38;#39;hyp3_tag_to_taxonomy&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There is no way to save data in the &#34;Tag&#34; box (default wordpress)?&#60;br /&#62;
I ask your help.&#60;/p&#62;
&#60;p&#62;PS: If possible, I will not use the plugin &#34;Gravity + Forms Custom Post Types&#34; for only 3 fields&#60;/p&#62;
&#60;p&#62;thanks,&#60;br /&#62;
Fabio
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
