I have a view that I'm using to send a custom PDF of field values for an entry after it is created. In the view, I list the values entered into a repeater on the form as a comma-delimited list. So I'm using a foreach shortcode to do this:
[foreach jtzzi] [lk1lx] [8k0i0] ([ggkx6]), [/foreach]
How can I trim the last comma?
-Jane