I want to create a custom field with multiple checkboxes that I can select, and then it outputs as one long list.
For example:
[ ]Red
[X]White
[X]Black
[ ]Green
[X]Blue
etc...etc...
Output as:
White|Black|Blue
Right now what happens is it creates 3 separate custom field entries in the post, one with each colour....