Displaying checkbox values on the front end in post
-
So I have a checkbox called (for example) ‘Checkbox’ created in a post form, let’s say with these options:
Label | Value
Option 1 option_1
Option 2 option_2
Option 3 option_3When this is displayed on the front end in the newly created post it displays as:
Checkbox: option_1 | option_2
How do I make this display as:
Checkbox: Option 1 | Option 2
Is this supposed to the default way it displays? I have tried lots of methods of displaying this data but the default display seems to just be the value (I was working with a field that was also an ACF Field and that output displayed the label but only once the post had been saved again after the initial submission)
Thanks for any advice
- The topic ‘Displaying checkbox values on the front end in post’ is closed to new replies.