I'm using CF7 for an email feedback assessment. I'm using the pipe trick in the drop down and checkboxes (it's really cool).
Like this:
[checkbox checkbox-books "Children's Books|Children's books can fetch a nice price." "Non-fiction Books|Non-fiction books aren't very valuable."]
The problem is that when someone checks more than one, the responses are sent with a comma in between. Like this:
Children's books can fetch a nice price., Non-fiction books aren't very valuable.
Any idea how I can get rid of the comma in between? CSS? Additional Settings?
Thanks, y'all!
Bon