• Resolved bydlo

    (@bydlo)


    Hello
    could you please have a look at the mentioned page?
    All checkboxes do exist twice.
    Do you have an idea where that comes from?

    Regards axel

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

Viewing 1 replies (of 1 total)
  • Hi Axel,

    I took a look, and I believe I see the issue. Your theme is adding extra HTML to the form to create custom checkboxes. However, since our form is of course adding its own checkboxes, you end up seeing both.

    The best way to remove these would be to see if there’s a theme setting to turn that off (there may not be, but it’s worth a look).

    Otherwise, you should be able to hide these with the following CSS:

    .wpforms-field-container a.jqTransformCheckbox {
        display: none !important;
    }
    

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

    I hope this helps! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Checkboxes doubled’ is closed to new replies.