Ok took a bit of searching but I figured out how to do a multiselect instead of a single drop down select. My question is, is there a way to then set the order of the items selected?
Like say I have the following in the multi select:
Apples
Oranges
Bananas
Pears
Plums
Peaches
Star Fruit
And then I have a table of Fruit Vendors and each vendor can select a min of 1 to a max of all the fruit that they sell. But the thing is, they don't want to display it alphabetically or by the default fruit_id.
IE vendor A has selected Apples, Pears and Plumbs and wants them displayed in that order
Vendor B has also selected Apples, Pears, and Plumbs but wants them displayed as Plumbs, Apples, Pears
Any, all help will be greatly appreciated.