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.
This topic contains 2 replies, has 2 voices.
Last updated by mattL-11 3 years, 9 months ago.
Assigned support staff: Minesh.