I have a requirement to create a dual listbox in a form. This is one where there are two listboxes and two buttons with a left and right arrows between the listboxes that allow you to move selected items from one listbox to another? I have tried using dynamically created select lists in an html object but while I can populate it using entries from a drop down menu, when I try to select from the select list, I get a null value.
I have also tried using CSS to make a dropdown menu look like a listbox but was not successful.
Has anyone had success in doing this?
Currently using version 11.