Validating multiple forms on the same page

前端 未结 6 482
面向向阳花
面向向阳花 2021-01-14 03:03

For example I have 3 forms in a page with the same names. How can I validate all these forms with one validate method?

6条回答
  •  自闭症患者
    2021-01-14 03:13

    Here is the Solution to Validate Multiple Forms on a Single Page :

    
    
    
    

    It is working for me. I wrote this code for 5 Forms in a single Page.

提交回复
热议问题