ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,901
- Points
- 823
Reputation:
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:
Code:
Result is
colors:
How can I tell the macro to produce a comma-list...
Read more
Continue reading...
Output in thread like:
colors: red, blue
I try to show these values somewhere else and use:
Code:
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...
Read more
Continue reading...