pnForm listbox control

Anyone have a listbox control or know how to make one where you have the two listboxes and the add/remove buttons to move the items from one box to the other?

I need one of these for a project I'm working on.

Thanks,
cyber_wolf

--
cyber_wolf
www.bkbsolutions.com - My Zikula module development site.
You may do this with the help of the pnformdropdownlist plugin.
Ideally you create a subclass implementing your specific logic. See pnformlanguagelist for an example of how to do this.

Relating moving the items between plugin instances is certainly related to JavaScript. Therefore you might check out the postback function capabilities of pnForm.

--