Validate Dynamically Added Input fields

前端 未结 10 887
北恋
北恋 2020-11-29 01:39

I have used this jquery validation plugin for the following form.




        
10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 02:13

    Try using input arrays:

    and add this script and jQuery, using foreach() to retrieve the data being $_POST'ed:

    
    

提交回复
热议问题