Answered
How do I split up form values from cfselect that allows multiple?
I have a basic form with one drop down box, and a cfselect
box that allows the user to select multiples. For each item
selected in the cfselect box, I need to populate a row in the
database. How I do I "split" out the values from the cfselect and
populate multiple rows in the database?
