I want to add all selected checkboxes to a textarea.
For this I use conditional logic and as value i use
#checkbox_label(199, ” | “)
Basically it does exactly what it should but it would be nice if every entry is on a new line. I tried things like “<br />” or “\n” or whatever but everything is getting encoded 🙂
Is there a way to achieve this?