• Resolved mhastings01

    (@mhastings01)


    I’m trying to create a form with a few tick boxes which I’ve done successfully but now a random box has appeared over the top field (which is currently where you’d add the name). Any ideas as to why this has happened?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @mhastings01,

    Thanks for writing in!

    It is most likely caused by a CSS added by your theme that is adding the unnecessary checkboxes. When you get the chance, can you please provide us with the URL to the page where we can find the form so that we can check it?

    Thank you.

    Thread Starter mhastings01

    (@mhastings01)

    Hi there. Thanks for your email. The URL is https://dic.org.nz/home/registration-form/.

    Cheers.

    Hello @mhastings01,

    Thanks for providing the URL.

    It looks like your theme has a CSS code that is adding those random tick boxes in the forms.

    You should be able to get rid of them by adding this CSS to your site:

    .wpforms-field-checkbox ul li label::before {
        display: none !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!

    Hi @mhastings01,

    We haven’t heard back from you in about a week, 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 4 replies - 1 through 4 (of 4 total)

The topic ‘Random tick box appears’ is closed to new replies.