[removed] validate form before submit?

前端 未结 2 812
[愿得一人]
[愿得一人] 2020-12-18 00:15

I would really appreciate anyone\'s help with this as I just can\'t seem to get it working. I am using a javascript code to check my form before it is submitted. I check for

2条回答
  •  情歌与酒
    2020-12-18 00:51

    In the form tag there is a field onsubmit to specify your validation function. Something like that:

提交回复
热议问题