Support

Account

Home Forums Front-end Issues ACF form labels are backwards Reply To: ACF form labels are backwards

  • I’m currently having this issue. I’m using the front-end form and all the checkboxes are:

    <label>
    <input></input>
    “Label Text”
    </label>

    This is making it impossible for me to style since I want to style the label based on input:checked. I wish there was a way to make the output like Saturn suggested, or at the very least wrap the “label text” in a span.

    Has anyone had any luck with this?