Problem:
Multi-select with filter for taxonomy field on cred form, how to convert taxonomy select to select2
Solution:
Please add following code to your form's JS box to convert taxonomy select to select2.
jQuery(document).ready(function($){ id = jQuery("select[name='skill[]']").attr('id'); jQuery("#"+id).toolset_select2(); });
You can find the proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/multi-select-with-filter-for-taxonomy-field-on-cred-form/#post-1114951
Relevant Documentation:
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 2 replies, has 2 voices.
Last updated by 6 years, 1 month ago.
Assisted by: Minesh.