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.
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!