• Resolved mohzys23

    (@mohzys23)


    Hello, I am experiencing an issue with my live form when I click the country field it doesn’t expand for me to select a country. But in preview it works fine.

    To locate the issue you need to click the ship radio button then the Address field displays then you can access the country field.

    Please I need help urgently.

    • This topic was modified 2 years, 12 months ago by mohzys23.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @mohzys23 !

    I’m very sorry to hear that you’ve experienced this issue!

    It looks like there’s some CSS in the theme that uses the z-index value, therefore the dropdown that opens is there, but it’s actually hidden under the rest of the content.

    Please try the following custom CSS:

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

    You can add this code to Appearance >> Customise >> Additional CSS.

    Kind regards,
    Pawel

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @mohzys23 ,

    We haven’t heard from you for a while now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Forminator country field not expanding’ is closed to new replies.