• Resolved jay2017

    (@jay2017)


    Hi,
    I’m working on a client’s website and for now we are using WP forms Lite (but if it works out for us we may change to one of your monthly paid packages)

    However, we need to add checkboxes to one of our forms (which is a free option as i see), but as i added them, the text of the choices are showing up, but the boxes are not. So actually i can’t choose from them.

    Thanks,
    Johanna

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @jay2017,

    It looks like there might be a styling conflict between the site theme and the forms. To fix this we need some custom CSS:

    div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
        display: inline-block !important;
    }
    

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

    Thread Starter jay2017

    (@jay2017)

    Thanks, so far it looks like working!

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

The topic ‘Checkboxes not showing’ is closed to new replies.