• Resolved Alex

    (@alex4711)


    The acceptance checkbox is not working properly on this page. The formatting is wrong and taken from the same CSS style as the text input fields:
    .wpcf7 input {
    width: 300px;
    }
    You can see this at [ redundant link removed ]
    Switching theme or deactivating plugins currently is no option. Any advice what I could do to fix this?

    • This topic was modified 6 years, 1 month ago by Alex.
    • This topic was modified 6 years, 1 month ago by Jan Dembowski.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Your checkbox is also a input

    <!– This is your code for the checkbox — > 
    <input type="checkbox" name="acceptance-106" value="1" aria-invalid="false">

    You can use selectors to format just the fields you wish.

    I hope it helps

    • This reply was modified 6 years, 1 month ago by orero.
    Thread Starter Alex

    (@alex4711)

    Thanks for the reply. With the name attribute i managed to set the width of the checkbox correctly, but it still does not appear to work like a normal checkbox. I.e. it is not “checked” when checked but the frame gets thicker. Maybe it’s something with the theme we’re using. I’ll ask the support of the theme-creator for help in this case.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Acceptance checkbox not working’ is closed to new replies.