• Resolved bilderwald

    (@bilderwald)


    Hello everybody

    A “twin” is displayed for all checkboxes in the front end. At the top of the form this is above the “normal” checkbox. At the bottom it is clearly “off”.
    The same problem is also with mobile devices.

    How or where can I hide it?

    The domain with the form is:https://erfolgsmanufaktur.ch/kvp-verbesserungsliste/

    greetings from Switzerland
    Dario

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Justin McElhaney

    (@jmcelhaney)

    When I view your page, the checkboxes on the forms are showing up correctly. Were you able to fix the issue you were having on your site?

    Thread Starter bilderwald

    (@bilderwald)

    I deactivated it via css

    #top input[type=”checkbox”] {
    display: none !important;
    }

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

The topic ‘Checkbox show error in frontend’ is closed to new replies.