Skip Navigation

[Waiting for user confirmation] checkbox fields are not showing in Elementor dynamic content options

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 1 reply, has 1 voice.

Last updated by Minesh 4 days, 18 hours ago.

Assisted by: Minesh.

Author
Posts
#2784889
toolset post relationships (showing content of a person for example).png
template people-languages.png
screenshot of template.png

Tell us what you are trying to do?
I have built a template in Elementor for my 'people' custom post type. It has fields like 'title', 'bio', 'certifications' etc. However, when I go into the dynamic content, only the text fields are showing, but the fields I've created with checkboxes are not there. I've looked a bunch of tutorials and help pages and can't figure out how to solve this problem. I've tried views and shortcodes etc.

When I go to 'edit view in toolset', it says "Sorry, you are not allowed to access this page.".

I don't want to create a whole new template in toolset for the 'People' view, because I've already designed some of the graphic stuff in Elementor and I understand I can't use both. How can I get these fields to show up in Elementor dynamic content?

What is the link to your site?
Here's an example page:
hidden link
I'm not sure that will be helpful though. Please see screenshots attached.

#2784971

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

We have limited integration with the Elementor and here is the Doc that shows information how you can use Toolset with Elementor.
- https://toolset.com/course-lesson/using-toolset-with-elementor-page-builder/

The custom checkboxes field is a special field that stores its value to database as serialized array and such values are not easy to parse by third party.

The Elementor plugin's team maintains this feature of picking custom fields added through the Toolset Types plugin, but at the moment it only supports limited types (like single line etc..etc..) of fields. The simplest workaround is to use types field shortcode directly in the Elementor's "Text Editor" widget, e.g.

[types field='field-slug' separator=', '][/types]

Where:
- Please replace "field-slug" with the actual slug of your custom field.

You can read more about types fields API at:
- https://toolset.com/documentation/customizing-sites-using-php/functions/#checkboxes