Actions
Feature proposal #7247
closedImplement list template
Description
This should be a display only template that just outputs the profile value of a repeat field as a comma separated list. If multiple fields are in a field group then output them as separate rows. Single field example as follows.
Edit:
Field 1
Field 2
Field 3
Display: Field 1, Field 2, Field 3
Multiple field example as follows.
Edit:
Field 1a
Field 1b
Field 2a
Field 2b
Field 3a
Field 3b
Display:
Field 1a, Field 1b
Field 2a, Field 2b
Field 3a, Field 3b
Actions