<?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: Registering a custom user taxonomy?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/registering-a-custom-user-taxonomy</link>
		<description>Gravity Support Forums Topic: Registering a custom user taxonomy?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:29:18 +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/registering-a-custom-user-taxonomy" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Registering a custom user taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-a-custom-user-taxonomy#post-69338</link>
			<pubDate>Fri, 03 Aug 2012 14:27:32 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">69338@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looking good Mark! Thanks for sharing. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mstaaij on "Registering a custom user taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-a-custom-user-taxonomy#post-69335</link>
			<pubDate>Fri, 03 Aug 2012 14:16:13 +0000</pubDate>
			<dc:creator>mstaaij</dc:creator>
			<guid isPermaLink="false">69335@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dave, take a look at this solution:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/plugin-gravity-forms-custom-post-types-custom-user-taxonomies?replies=3#post-3038896&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/plugin-gravity-forms-custom-post-types-custom-user-taxonomies?replies=3#post-3038896&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Kind regards, Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Registering a custom user taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-a-custom-user-taxonomy#post-66559</link>
			<pubDate>Mon, 16 Jul 2012 19:00:53 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">66559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dave,&#60;/p&#62;
&#60;p&#62;When you say that it does not populate on submit, do you mean that the submitted data is not applied to user taxonomy for the user in question? If so, you will likely need to hook into the gform_user_registered hook and apply some custom functionality to apply the submitted form data to the user taxonomy for that user. The custom functionality will be based on the &#34;Assigning terms to users&#34; section of Justin's article you linked to above. This piece in particular will do most of what you need:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
wp_set_object_terms( $user_id, array( $term ), &#38;#39;profession&#38;#39;, false);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;More info here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_user_registered&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_user_registered&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bostondave on "Registering a custom user taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registering-a-custom-user-taxonomy#post-65443</link>
			<pubDate>Tue, 10 Jul 2012 00:23:22 +0000</pubDate>
			<dc:creator>bostondave</dc:creator>
			<guid isPermaLink="false">65443@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am building a registration form for a non-released website and I am trying to connect GF to a custom user taxonomy. I can get the taxonomy to dynamically populate using the custom post type add on and it shows up on the form but it does not populate the data on submit.&#60;/p&#62;
&#60;p&#62;If my taxonomy name is registered as &#34;skill&#34;, should I use a merge field {user:skill}?&#60;/p&#62;
&#60;p&#62;My method for registering a custom user taxonomy was taken from the example on this page - it is basically registering a taxonomy to a user and not a post.&#60;br /&#62;
&#60;a href=&#34;http://justintadlock.com/archives/2011/10/20/custom-user-taxonomies-in-wordpress&#34; rel=&#34;nofollow&#34;&#62;http://justintadlock.com/archives/2011/10/20/custom-user-taxonomies-in-wordpress&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
