Get Selection from List Box
I am running into a problem where if the user selects one option from my list box and then changes it before finishing with the modal window, the script errors out and thinks there is nothing selected from the list box. I have no idea what is causing this problem or how to fix it. Right now my modal window requires an entry into a text edit box and a selection from a list. I have my modal window s...