Skip Navigation

[Resolved] CRED: Fields not showing Bootstrap despite it is being loaded

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

Last updated by AtefR7377 6 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#601456

Hi,
I am trying to build a frontend view to add posts of a CPT called "books". I have Bootstrap loaded on my website.
The bootstrap dropdown fields work perfectly in the backend, please check this screenshot:
hidden link

However, in the form, it shows as a normal dropdown menu:
hidden link
This is despite the plugin outputs

 output='bootstrap'

in the form builder wizard.
I even removed the

 output='bootstrap'

from the form and nothing changed.

How to get the forms in the frontend to show the searchable bootstrap dropdown for post relationships? My website will contain thousands of posts when it is running, and trying to spot the post you want from thousands of posts will be practically impossible.

here is the live form:
hidden link
thanks

#601492

Hi,

The screenshot you mentioned above:
hidden link
It is using select2 feature:
hidden link

In the latest version of CRED plugin, we introduced the select2 feature to the parent post select field too, but it will be triggered when there is more than 16 existing parent posts, you can create some parent posts and test again.

#601497

Hi Luo,
thanks a lot. i added more than 16 entries and the search field showed correctly.

thanks.