Jun 26th, 2011, 3:16 AM
Good question! Yeah, it looks like that's what's happening.
But you can fix this like so. Just do a little conversion in your email template:
(Assuming that $ANSWER_field1 refers to your checkbox field).
Hope this helps.
- Ben
But you can fix this like so. Just do a little conversion in your email template:
Code:
{assign var=arr value="|"|explode:$ANSWER_field1}
{", "|implode:$arr}
(Assuming that $ANSWER_field1 refers to your checkbox field).
Hope this helps.
- Ben