I have a table with 3 columns. The firs colum lists a bunch of info along with a checkbox next to each item. The second column lists a form button "Add" and the third column lists a select box.
I want to be able to click a checkbox next to one of the items, click the add button, and whatever I clicked on show up in the select box. There is a search field also where people can search for info, and the select box need to be able to retain what the person checked previously. For example:
I search for an item, check it, it adds it to the select box. Then I search for another item, and it displays the results again, only this time the select box already has 1 item in it, which I selected previously.
If anyone can help, it would be greatly appreciated!!!!!!!!!