Skip Navigation

[Resolved] Allow User to Add Custom Taxonomy

This support ticket is created 5 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 5 years, 8 months ago.

Assisted by: Christian Cox.

Author
Posts
#1236574

We're building a task management and media delivery websites for our photographers. We have a taxonomy named product which includes a list of model home names. We have the list of names populating a select field on our order form. We'd like for clients to have a link/option/capability to add new model home names to the taxonomy through a form, or ideally, through the same form. Is there a way to do this?

#1236671

Hi, there is no Toolset Form specifically for managing terms in a taxonomy, but you could use a Form that creates a draft post and allows Users to add new terms in the corresponding taxonomy. Use the Form builder's expert mode to remove all the other visible inputs from the Form, and you have a simple way to add new terms from the front-end of the site. It won't work within another form, though. The shortcode for adding a new taxonomy term in Forms looks like this:

[cred_field field="taxonomy-slug_add_new" taxonomy="taxonomy-slug" type="add_new"]