{% extends "adminlte/page.html" %} {% load static %} {% block page_title %}Form Validation{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
Built on Bootstrap's native form validation — submit each form to see the feedback. The wiring script lives at the bottom of this page.
Custom Validation
Looks good!
Looks good!
@
Please choose a username.
Please provide a valid city.
Please select a valid state.
Please provide a valid zip.
You must agree before submitting.
Browser Defaults & Tooltips

For browser-native validation feedback, omit novalidate and the .needs-validation class.


Add .needs-validation-tooltip in place of .needs-validation to swap inline feedback for floating tooltips.

Looks good!
Please choose a username.
{% endblock %} {% block extra_js %} {% endblock %}