From: Mark Otto Date: Tue, 6 Jun 2017 18:26:08 +0000 (-0700) Subject: add instructions, clarify X-Git-Tag: v4.0.0-beta~147^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcfef5b28c27b73ff6cfb6bf7fd98b5c883c8895;p=thirdparty%2Fbootstrap.git add instructions, clarify --- diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 326e911b33..8f94cfe7a3 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -830,7 +830,7 @@ With that in mind, consider the following two demos for our custom form validati ### Custom styles -For custom Bootstrap form validation messages, you'll need to add the `novalidate` boolean attribute to your `
`. This disables the browser default feedback tooltips, but still provides access to the form validation APIs in JavaScript. +For custom Bootstrap form validation messages, you'll need to add the `novalidate` boolean attribute to your ``. This disables the browser default feedback tooltips, but still provides access to the form validation APIs in JavaScript. Try to submit the form below; our JavaScript will intercept the submit button and relay feedback to you. {% example html %} @@ -871,7 +871,7 @@ For custom Bootstrap form validation messages, you'll need to add the `novalidat