How do I use Bootstrap 3 form validation when submit button is outside the form?

前端 未结 3 697
谎友^
谎友^ 2021-02-06 07:46

I\'m confused with the Bootstrap 3 implementation of form validation. I\'m new to Bootstrap, and I cannot seem to get the form validation working with a form that does not incl

3条回答
  •  迷失自我
    2021-02-06 08:13

    If you accept HTML5, with it's form validation, then it's very simple (no javascript required):

    ...
    ...

    Source: https://www.w3schools.com/tags/att_button_form.asp

    Coverage is pretty decent: https://caniuse.com/#feat=form-attribute

提交回复
热议问题