<?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: gravit forms expanding &#039;category&#039; field choice</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravit-forms-expanding-category-field-choice</link>
		<description>Gravity Support Forums Topic: gravit forms expanding &#039;category&#039; field choice</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:29:59 +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/gravit-forms-expanding-category-field-choice" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "gravit forms expanding &#039;category&#039; field choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravit-forms-expanding-category-field-choice#post-6487</link>
			<pubDate>Mon, 21 Jun 2010 10:25:07 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">6487@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We are finishing up development on our new WordPress product and then we will be releasing a new version of Gravity Forms.  It should be in the next major release.  I can't give you a date just yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nitin on "gravit forms expanding &#039;category&#039; field choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravit-forms-expanding-category-field-choice#post-6472</link>
			<pubDate>Sun, 20 Jun 2010 16:44:53 +0000</pubDate>
			<dc:creator>Nitin</dc:creator>
			<guid isPermaLink="false">6472@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl &#60;/p&#62;
&#60;p&#62;I'm waiting for custom taxonomy getting included directly in forms for Posts. Considering WP 3.0 is out, any idea when we'll be getting it?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Nitin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "gravit forms expanding &#039;category&#039; field choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravit-forms-expanding-category-field-choice#post-5940</link>
			<pubDate>Tue, 01 Jun 2010 11:41:31 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">5940@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, the example was just using the tags input.  You can do the same thing with the category input using the same code only modified to target the correct field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anointed on "gravit forms expanding &#039;category&#039; field choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravit-forms-expanding-category-field-choice#post-5932</link>
			<pubDate>Mon, 31 May 2010 21:59:53 +0000</pubDate>
			<dc:creator>anointed</dc:creator>
			<guid isPermaLink="false">5932@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You gave me reference to a function above that allows me to 'override' the tags input to use my own custom taxonomy tags. That worked perfectly for what it was.&#60;/p&#62;
&#60;p&#62;Is there no such ability to do the same thing with the category choice like we can with tags?&#60;/p&#62;
&#60;p&#62;I'm comfortable adding functions to my functions.php file. It's just knowing what to hook into and how to modify it that gets me a bit stuck. Basically I'm just to new to using gravity to know what all I can do with it right now. I am reading through all the code to figure it out though.&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "gravit forms expanding &#039;category&#039; field choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravit-forms-expanding-category-field-choice#post-5927</link>
			<pubDate>Mon, 31 May 2010 19:19:11 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">5927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, it makes sense.  We can look at adding the ability to utilize dropdown and checkboxes for tag input in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anointed on "gravit forms expanding &#039;category&#039; field choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravit-forms-expanding-category-field-choice#post-5922</link>
			<pubDate>Mon, 31 May 2010 17:41:07 +0000</pubDate>
			<dc:creator>anointed</dc:creator>
			<guid isPermaLink="false">5922@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carl&#60;br /&#62;
The link you pointed me to works great for custom taxonomies 'tags' but does not work with replacing categories. I do appreciate the link though. It gives me the concept that I need, but I could not find the corresponding function in wp to generate the same concept for gf 'categories' drop downs.&#60;/p&#62;
&#60;p&#62;Yes I understand how wp works with taxonomies. Basically my custom post-type does not contain a 'category' choice, but uses a custom hierarchical taxonomy called 'series'.&#60;/p&#62;
&#60;p&#62;When I use the code from the above example to replace the 'tags' logic, then I end up with a tags box that the user has to fill in.&#60;/p&#62;
&#60;p&#62;I'm trying to use the gf 'categories' drop down logic. Where I define my category as a custom taxonomy. &#60;/p&#62;
&#60;p&#62;This would force my users into using only taxonomy terms from series that I allow via drop down.&#60;/p&#62;
&#60;p&#62;hope this makes sense.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "gravit forms expanding &#039;category&#039; field choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravit-forms-expanding-category-field-choice#post-5906</link>
			<pubDate>Mon, 31 May 2010 11:37:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">5906@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Custom Post Types and Custom Taxonomy are not currently support as a native feature in the Gravity Forms admin UI.  HOWEVER they are both supported via hooks that you can use and some custom PHP you place in your themes function.php file.&#60;/p&#62;
&#60;p&#62;See these threads:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/add-a-form-to-create-a-new-custom-post-type&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/add-a-form-to-create-a-new-custom-post-type&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/custom-taxonomies&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/custom-taxonomies&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We do plan on adding custom post type and custom taxonomy directly within the admin UI after WordPress 3.0 is released.  So it will be a feature you can control from the admin in an upcoming release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anointed on "gravit forms expanding &#039;category&#039; field choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravit-forms-expanding-category-field-choice#post-5890</link>
			<pubDate>Sun, 30 May 2010 18:14:41 +0000</pubDate>
			<dc:creator>anointed</dc:creator>
			<guid isPermaLink="false">5890@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have created numerous custom taxonomies both hierarchical and non for my post types. &#60;/p&#62;
&#60;p&#62;Currently in gravity I only see the choice for categories. I can't find the area, if it exists yet, to choose my custom taxonomy and then choose the terms belonging to the custom taxonomy just like the current categories do.&#60;/p&#62;
&#60;p&#62;Is this functionality available yet?&#60;/p&#62;
&#60;p&#62;scenario:&#60;br /&#62;
Movies post type has custom tax 'actors' I would like to show the actors terms in a dropdown within gravity, like we can do with cats. This would be used in a front end gravity input form for allowing users to add a movie post type.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
