• Resolved lendingresourcefg

    (@lendingresourcefg)


    After creating my dropdown menu, I tried testing it out but no matter what I click on, it will not make the selection. Is there something I need to turn on? Is something blocking it like another plugin? This is the only plugin I installed so far. All other plugins are the default WordPress ones.

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

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

    (@njones35)

    Hi there,

    It looks like your theme is increasing the padding size on your dropdown fields. Could you try adding this CSS and see if it fixes your issue?

    .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    padding: 2px !important;
    }

    Thread Starter lendingresourcefg

    (@lendingresourcefg)

    It didn’t work. I clicked on the dropdown in Edit mode. Selected Block Settings then went to Advanced then entered the code you listed under CSS. Did I place it in the wrong section?

    Plugin Support Njones35

    (@njones35)

    Hi there,

    You should add this CSS either in your theme’s custom CSS section or in the Formidable > Styles > Custom CSS section.

    Thread Starter lendingresourcefg

    (@lendingresourcefg)

    It worked! Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Dropdown List Not Functional’ is closed to new replies.