Multiple Choice ERROR | Duplicated item from nowhere
-
Hello,
There’s kind of a ghost or duplicated radio button coming from nowhere right in the middle of the form. Even seems to be interacting with both sets of multiple Choice items in the form. I thought I could messed up something so, started from a template and same.Please see Attached and framed in RED.
https://snag.gy/ICkJLc.jpgFound this in this support pool, but nothing helps
.wpforms-container input[type=”radio”],
.wpforms-container input[type=”checkbox”] {
display: inline !important;
width: auto !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-radio input {
-webkit-appearance: radio;
-moz-appearance: radio;
appearance: radio;
}Please help
The topic ‘Multiple Choice ERROR | Duplicated item from nowhere’ is closed to new replies.