Store Multiselect as String rather than Array?
-
I have a multiselect that has options A B C and D that I would like to store as a string in a single column: A,B,D for example. But I think the multiselect option stores information as an array, which complicates the search form we have already been using.
Is it possible to have the multiselect checkbox values be stored as a single string? Possibly separated by commas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Store Multiselect as String rather than Array?’ is closed to new replies.