I’ve added additional meta fields to my ticket that are required for the attendee to complete. Text fields work fine with the red “required” asterisk. Checkbox and Radio Button fields do not. The red asterisk is not next to the field name, as it should be, but falls on the line below, by itself.
All I can tell from the source code is that Checkbox and Radio Button fields add an additional HTML element of <header>. I’ve tried to set the <header> to display:inline, but that isn’t helping. Please let me know the necessary CSS to fix this. Thank you!