Hi, For some reason the enhanced + search select and the php code from functions.php, the same code on another site is working excellent. Tryied the below code for testing but without luck.
add_action(‘quform_pre_display_1’, function (Quform_Form $form) { echo ‘test’; });
Hi, Made another change and the select search is working. Replaced $(“select:not(.stm_not_select2)”).each(function () { with $(“select:not(.stm_not_select2)”).not(‘.quform-input-select select’).each(function() {
After will check the functions.php and let you know.