• Resolved brightleaf

    (@brightleaf)


    Hi,

    I created a form with the plugin WP Forms and the form looks great except that you can’t check the multiple choice boxes. In my form there are 3 questions with multiple choice options, if someone clicks on question 1, then it won’t let you choose second question choices.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @brightleaf – Thanks for contacting us!

    It looks like there could be a styling conflict between the site theme and the forms. To fix this, please try the following custom CSS snippet:

    .wpforms-container input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    }

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

    Hope this helps!

    Hey @brightleaf – We haven’t heard back from you in about 4 days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple choice not clickable’ is closed to new replies.