HTML/[removed] Simple form validation on submit

后端 未结 6 2160
北荒
北荒 2020-11-29 05:40

I\'m trying to validate my form with the easiest way possible, but somehow it is not working and when I click submit it just takes me to the next page without giving the ale

6条回答
  •  孤城傲影
    2020-11-29 05:55

    The simplest validation is as follows:

    It uses HTML5 attributes (like as pattern).

    JavaScript: none.

提交回复
热议问题