i have to create a form including a checkbox. when i click the checkbox item a HUGE dot appears covering all the form. it seem to be a conflict with your theme because as soon as i activate another theme the problem disappear
can you please help?
to verify the problem just Click on a check box.
solved adding a custom css in theme
input[type=radio] {
position: relative!important;
}
because default wpForm recalls a “static” position which makes the issue.
you should add this to your native css because you use WPforms by default..
thank you