@@include("partials/head.html")
Modernize Bootstrap Admin
@@include("partials/header.html")
@@include("partials/horizontal-header.html")
@@include("partials/breadcrumb.html", {"title": "Bootstrap-Validation", "subtitle": 'Home'})
Browser default Validation
First name
Last name
Username
@
City
State
Zip
Agree to terms and conditions
Submit Form
Validation with Custom Styles
First name
Looks good!
Last name
Looks good!
Username
@
Please choose a username.
City
Please provide a valid city.
State
Please provide a valid state.
Zip
Please provide a valid zip.
Agree to terms and conditions
You must agree before submitting.
Submit Form
Server side Validation
First name
Looks good!
Last name
Looks good!
Username
@
Please choose a username.
City
Please provide a valid city.
State
Please provide a valid state.
Zip
Please provide a valid zip.
Agree to terms and conditions
You must agree before submitting.
Submit Form
Supported Elements
Textarea
Please enter a message in the textarea.
Agree to terms and conditions
Example invalid feedback text
Toggle this custom radio
Or toggle this other custom radio
More example invalid feedback text
Open this select menu
One
Two
Three
Example invalid custom select feedback
Example invalid custom file feedback
Validation with Tooltips
First name
Looks good!
Last name
Looks good!
Username
@
Please choose a unique and valid username.
City
Please provide a valid city.
State
Please provide a valid state.
Zip
Please provide a valid zip.
Submit Form
@@include("partials/customizer.html")
@@include("partials/header-components/dd-searchbar.html") @@include("partials/header-components/dd-shopping-cart.html")
@@include("partials/scripts.html")