Checkbox data formatting in custom display

First, thank you for creating such a great plugin and please know that I’ve looked through the knowledge base/help desk before posting this question.

Here goes…

One of the questions in my form gives users the opportunity to select up to 25 checkboxes. I’ve created a custom display so that I can post user data on my client’s website.

My problem with the data from the checkboxes is one of formatting. I don’t want it to show up separated by a comma(s). I would like each item they selected the 25 to show up on their own line.

Suggestions on how I can make this work?

Thanks in advance for your help!

 

 

 

 

 

 

You can use sep="<br/>" in the Shortcode you are using in your custom display to display the checkbox field....For example:
[25 sep="<br/>"] to replace the commas with a line break. The 25 in the example would be replaced with the ID of your checkbox field.

Awesome. Thank you, Steve.

Topic closed.