• Resolved monvue

    (@monvue)


    Hello, I have created a contact form using Forminator. In this form, when I click the button, there is a section that opens and selects the subject ( dropdown menu ); I use the Popup Maker plugin because I want to open the dialog as a popup. The reason why I prefer it is that the interface is understandable and offers more aesthetically pleasing options. But my multiple choice ( dropdown menu ) button is not working in popup.

    What should I do? I don’t want to use another popup plugin, frankly.

    Best
    Murat

    • This topic was modified 1 year, 11 months ago by monvue.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Kim L

    (@kimmyx)

    Hi @monvue,

    Thanks for posting.

    This seems to be a usual CSS issue for Forminator with all popups.

    Please add the following CSS code to Appearance > Customize > Additional CSS (or to wherever you usually add custom CSS)

    .forminator-select.forminator-select-dropdown-container--open {
      z-index: 9999999999 !important;
    }

    Let us know if this works!

    Thread Starter monvue

    (@monvue)

    Hello @kimmyx ,

    Where can we add CSS in Popup Maker? I have to inform you that this code is unfortunately not working if it needs to be added to the Forminator as CSS. But if we’re going to run it in Popup Maker, unfortunately I can’t find where to enter the code.

    Plugin Support Kim L

    (@kimmyx)

    Hi @monvue,

    You can add the code to your theme’s customizer (Appearance > Customize > Additional CSS).

    Here’s a video: https://share.getcloudapp.com/2Nu65qr8

    Alternatively, or actually better yet:
    Can you try reducing the z-index of your popup in your popup settings?

    Please navigate to Popup Maker > Choose your popup > Popup Settings > Display > Advanced then change the z-index to something below 10000.

    Please see: https://share.getcloudapp.com/GGuJoWLY

    Let us know how it goes.

    • This reply was modified 1 year, 11 months ago by Kim L.
    Plugin Support Kim L

    (@kimmyx)

    Hi @monvue,

    I’m going to mark this as resolved as we haven’t heard from you in a while.

    Feel free to create a new thread if you have other questions.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘In Popup Maker, the dropdown I created in Forminator do not appear.’ is closed to new replies.