I use the ACF for job offers on a client website. These offers have some options e.g. nurse, caregiver, or full time, part time (contract). To do so I use checkboxes (to allow multiple options).
The output either via: {dc:post:meta key="contract"}}
or {{dc:acf:post_field field="contract"}}
results in the values of the marked checkboxes: eg. “full time,part time”. The problem here is the separator between the two values. It should be a comma with a space after. How to achieve this?
Best regards
Mirco