Hi there,
How does one add spaces between values when a dynamic content string is pulling from a field with multiple values?
For example in the screenshot below you see a line of copy after “Notes:” that reads “Dovetails,Solid Wood,Wall Cabinet,Weaving”
This copy is being pulled from a custom ACF using this code: {{dc:acf:post_field field=“project_tags”}} and the post field has these 4 values: Dovetails, Solid Wood, Wall Cabinet, Weaving
Any way to add some spaces and commas between them before the output?