Hello, I’m using a checkboxes options for one of my attributes, meaning that multiple items can be selected. with %value% it shows on my page as an inline string “option 1, option 2, option 3”
I would like it to show as an unordered list:
- Option 1 (first %value%)
- Option 2 (second %value%)
- Option 3 (third %value%)
Is this possible?