Not working enhanced + search select and php code

Home Forums Quform WordPress Not working enhanced + search select and php code

This topic is: resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32313
    metecosa
    Participant

    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’;
    });

    #32321
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #32323
    metecosa
    Participant

    Hi, sent you the link via email. Thanks

    #32326
    metecosa
    Participant

    HI, please check my email. Thanks

    #32327
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #32329
    metecosa
    Participant

    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.

    Thanks for the input

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy