OK, I have a web page that has 2 select lists: select1 and select2. Using jQuery I can allow the user to put a selected list item in select1 list to the select2 list. Everything is ok. What I need is one of these possibilities:
- When the user clicks the Add button/link on the Attendees list. an event is fired that then gets the option value and puts that value into a MySQL db table. OR
- A button is at the bottom of the form and when clicked, some jQuery code is called that iterates over the select2 list option values and inserts them into a MySQL db table.
Here is the code for the page that I now have: