Skip Navigation

[Resolved] Can post forms replace Ninja Forms?

This thread is resolved. Here is a description of the problem and solution.

Problem:

Is it possible to organize the custom post types in the admin menu?

Solution:

You can display the custom post type items as sub-menu of other items, for example:

Create a custom post type "my-cpt", in section "Options", option "Whether to show the post type in the admin menu and where to show that menu...", set the value to: edit.php?post_type=page

Relevant Documentation:

This support ticket is created 4 years 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 2 replies, has 2 voices.

Last updated by knud-erikH 4 years ago.

Assisted by: Luo Yang.

Author
Posts
#2156535

Hi

We're a sailing club. At the moment we use Ninja Forms for events and courses. We use around 10-20 forms at any moment - all with different inputs.

Is it possible to let Toolset handle that job too - without overflowing the admin menu with custom post types? Or if not, is it possible to organise the related custom post types away from the admin menu, so to speak - some sort of grouping I'm overlooking, perhaps?

Al the best
Anders

#2156649
sub-menu.JPG

Hello,

You can use Toolset Forms to create/edit custom post types posts, in the post forms you can setup the custom fields and taxonomies, see our documents:
https://toolset.com/course-lesson/front-end-forms-for-adding-content/
https://toolset.com/course-lesson/front-end-forms-for-editing-content/

So it depends on your website settings, if the "events and courses" you mentioned above are standard WordPress custom post types, you can use Toolset Forms for them.

And for the question "without overflowing the admin menu with custom post types":
You can display the custom post type items as sub-menu of other items, for example:
Create a custom post type "my-cpt", in section "Options", option "Whether to show the post type in the admin menu and where to show that menu...", set the value to: edit.php?post_type=page

The the custom post type item "my-cpt" will display as sub item of post type page, see my screenshot sub-menu.JPG, so you can organize the custom post types easily in admin side.

#2157037

My issue is resolved now. Thank you!