Skip Navigation

[Waiting for user confirmation] How do I use the fields of a third-party custom post type with Toolset?

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 3 replies, has 1 voice.

Last updated by Minesh 2 days, 15 hours ago.

Assisted by: Minesh.

Author
Posts
#2854414
Screen Shot 2026-03-31 at 18.45.35.png

I have inherited a website that is using the 'Simple Membership' plugin. Without disturbing its current function, I want to use the custom fields that plugin manages on pages and posts built using Toolset blocks.

I looked at https://toolset.com/course-lesson/convert-existing-custom-types-and-fields-to-types-control/ , created a Field Group, but no fields related to the 'Simple Membership' plugin are shown when I click the Post Field Control button.

With PHPMyAdmin I can see the table and fields that the plugin manages – is there something I can do with that information?

#2854468

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Those fields may be hidden - what if you try to follow the following Doc and see if you able to locate the fields you are missing:
- https://toolset.com/course-lesson/using-third-party-hidden-fields/

#2854474

I followed your suggestion, but the fields in the WP table screenshot I attached yesterday are not shown in the list of hidden fields. Is there some code I. can add to give Toolset access to those fields?

#2854482

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

There is no such way - under the post field control either it will display the post/user/term meta fields but you have custom table and for that I belive you should wrire a custom shortcode that should return you the table row based on the ID.