Brief: multi-select/checkbox fields appear to display in views as a string, not as separate items. Is there a way to fix this?
Details: I created a custom field 'academic interests', checkbox. In views, I can call the field, but it displays like this: AgapeBioethicsBuddhist_Ethics. What I want is this: "Agape, Bioethics, Buddhist Ethics".
Is this possible? It appears that it is treating output as a string of text, not a list of items.
Thanks,
Maria
Update: on further investigation, this is a problem with other multiselect fields, such as "preferred_contact_method". It just strings them all together, "123" rather than "1, 2, 3".