Hello Guys, Can someone please assist me with a code that can assist me to transfer items from a multiple "selectable" field to another multiple "Selected" field.
See the attached image file to further illustrate it.
Thanks in advance. Bunmi
how's your javascript? The solution is 100% javascript. I've attached a file of some code I built a few years ago to do just that. You'll have to add an onSubmit handler to the form tag to either select all of the options in the right-hand select menu or store the options in the menu as a serialized array in a hidden field. I chose the latter, but don't have that in this particular page. The finished code I had to leave at my last employer. This code keeps the items alphabetized on each side.
Biggus
hmmm...couldn't add attachemnt when editing a post. Strange. Here it is.
Thanks Buggus, This is very nice. I will see if I can rewrite in php.
I will post my progress here. And if I succeed, I will send the final code.
Regards, Bunmi