Currently if I have a group of checkboxes and someone chooses multiple options the export data shows each checked option in it's own cell. However in the view of the entry in the admin backend the selections are shown as a list...which is much nicer.
Example:
"How did you hear about us" - Google, Friend, TV ...if someone chooses all of them the export has 3 columns (as many columns as possible options).
...but I want 1 column, with the heading "How did you..." and the CSV data to show "Google | Friend | TV" as a single cell/value. Is this possible?
It seems like the data is there, because of the way it shows it in the admin like this:
How did you..
- Friend
- TV
Is there a function tweak that I can do for this?