I have field colors: red, blue, green, checkboxed;
Output in thread like:
colors: red, blue
I try to show these values somewhere else and use:
Result is
colors:
How can I tell the macro to produce a comma-list and no ol/li?
Output in thread like:
colors: red, blue
I try to show these values somewhere else and use:
Code:
<xf:macro name="custom_field_value"
template="custom_fields_macros"
arg-definition="{$fieldDefinition}"
arg-value="{$set.{$fieldDefinition.field_id}}" />
Result is
colors:
- red
- blue
How can I tell the macro to produce a comma-list and no ol/li?