I need help with a control panel I'm trying to build that has fields that use multiple list section boxes.
I have figured out how to add the multiple sections to a field in the database
For example:
id: 1
multiple_field: test1, test2, test8
id: 2
multiple_field: test2, test4
My problem is to figure out to create pages that edit these records. I need to be able to pull the string back into the multiple section box and represent the selections in the multiple section box, so I can view the current sections so I can edit the multiple sections.