Hey There.
I’m running into a strange issue I don’t remember seeing before. For some reason there is a
tag being added between the markup for the input and the label on checkbox and radio inputs.
This is causing the label for the input to be moved below the input itself, which is not a common design pattern.
You can see what the form looks like on the frontend and the code that shows the
I’m referring to below.
I’ve tried using gf_list_inline ready class on the field and this makes the inputs align horizontally, but the labels are stilled placed below the input.
Does anyone know how to remove the
that’s causing this?