Okay
  Public Ticket #2924995
Dropdown not working in Contact Form 7
Closed

Comments

  •  1
    onpageukr started the conversation

    Hi.
    Dropdown not working in Contact Form 7 with popup maker.

    I can't see the dropdown list on Contact Form 7.

    I have a Salient theme 14.0.1

    here is my dropdown menu:

    <div class="row">
        <div class="col span_6">
        [select transmission first_as_label "1" "2" "3" "4" "5"]
        </div>
        <div class="col span_6">
        [select fuel-system first_as_label "1" "2" "3" "4" "5" "6" "7" "8"]
        </div>
    </div>

  •  1
    onpageukr replied

    some of my settings

  •  1
    onpageukr replied

    There are problems on several sites

  •  1
    onpageukr replied

    Found a solution.
    This is to set z-index: 99991; popup
    and add CSS
    body [data-fancy-form-rcs = "1"] .select2-container .select2-dropdown {
         z-index: 99999;
    }

  •  1
    gauchoagencia replied

    Hello, the same thing happens to me, I tried what you indicate but it does not work for me, could you help us?

  •  1,658
    Judith replied

    Hi gauchoagencia,

    Please send in your website url so that we can check this out.

    Thanks.

  •  1
    onpageukr replied

    Hi gauchoagencia.

    Have you added a new rule to the Custom CSS Code?
    And added a Z-Index to the Popup?

  •  1,658
    Judith replied

    Hi 

    We have not yet added them as those were the workaround you got for the dropdown issue you had.

    Thanks.