• Resolved PinkishHue

    (@pinkishhue)


    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_3

    When 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter PinkishHue

    (@pinkishhue)

    As a workaround I decided to create a custom taxonomy and use that to store and display this information instead of using the checkbox field. (Hopefully that’s helpful to anyone else stuck on this.)

    Would still be interested in knowing the answer to the above question if possible though, in case of other requirements.

    Thanks

    • This reply was modified 4 years, 10 months ago by PinkishHue.

    Hello @pinkishhue

    You can Edit your Checkbox’s values from the WPUF form editing panel like this.

    Hope this will be helpful to you,
    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Displaying checkbox values on the front end in post’ is closed to new replies.