Skip Navigation

[Resolved] Add new Taxonomy Terms using Forms

This support ticket is created 6 years, 6 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 6 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#921395

Tell us what you are trying to do?
I want to let my users enter new terms in a taxonomy

Is there any documentation that you are following?
No, is there some available?

Is there a similar example that we can see?
No

What is the link to your site?
no public site

#921587

Hello,

Toolset form is for managing wordpress post/user, there isn't form for managing taxonomy terms.

But you can use post form to add new terms in taxonomy, you just need to setup a post form, and add the taxonomy field in it . I suggest you use button "Auto-Generate Form" to setup your Toolset form, you will be able to see some codes for the taxonomy field, for example:

		[cred_field field='category' display='checkbox' output='bootstrap']
		[cred_field field='category_add_new' taxonomy='category' type='add_new']

The first line will output the taxonomy field as checkboxes, the second line will be able to output input box for you adding new terms in the taxonomy "category".

More help:
https://toolset.com/documentation/user-guides/cred-shortcodes/#cred_field