Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @viviancruzbt,

    I hope you are doing well today!

    Please share an export of the form with us, so that we can check further.

    You can find more info on how to export the form here : https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export

    After exporting, please share the code using a service such as https://pastebin.com which is free to use.

    Please always make sure to use such service to share the code and don’t post the code here directly as it will most likely be unusable.

    Kind regards,
    Zafer

    I had this same issue. Here is a code as a workaround to place in your css:

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

    If still not showing add more number 9’s to the z-index.

    Thread Starter viviancruzbt

    (@viviancruzbt)

    Here is the form export

    https://pastebin.com/ttwaRQCG

    Thread Starter viviancruzbt

    (@viviancruzbt)

    @sbeat I have fixed this dropdown once with this kind of hook. But this time I cant even identify the options on html markup. Only if a set the form to no forminator style.

    Thread Starter viviancruzbt

    (@viviancruzbt)

    @sbeat you were right!

    body.forminator-hustle-dropdown-fix .forminator-select.forminator-select-dropdown-container–open {
    z-index: 9999999 !important;
    }

    This fixed for me. I couldnt see the element but then I found it. I had this same CSS but was missing an extra “9”.

    awesome glad it worked for you! Hopefully they can get a permanent fix soon for this.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Dropdown wont show options’ is closed to new replies.