Multiple sumbit buttons in form
I have a form with multiple drop downs and multiple submit buttons. Once a second dropdown/submit button is put onto the page I get a javascript error. I know each dropdown/submit button should be placed within its own form but I am working with .aspx pages and I can't have a form within a form. What I want is to have each submit button control its own drop down. Any help is much appreciated.
( codeCollapse )