In my project, I have three dropdown lists but when I Double click on them to open Event nothing happens. also when I go to properties-Event Nothing happens.
            Asked
            
        
        
            Active
            
        
            Viewed 49 times
        
    1 Answers
0
            
            
        There can only be one <form> in one page, and only one "submit " button in one <form>. Check whether you put more than one "submit" button in your form.
If you want to submit multiple dropdown lists, you could link to
Submit form after selecting items from multiple dropdown lists - JavaScript
if you want to submit in your dropdown list, you could link to
 
    
    
        Michael Wang
        
- 3,782
- 1
- 5
- 15
