Checkbox & Radio button label

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?

The br tag isn’t from Gravity Forms, the theme, or another plugin is most likely running the page content through a formatter after the form markup has been generated.

Have you tried running through a conflict test?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.