@extends('layouts.master') @section('title') Form Validation @endsection @section('page-title') Form Validation @endsection @section('body')
@endsection @section('content')Provide valuable, actionable feedback to your users with HTML5 form validation–available in all our supported browsers.
If your form layout allows it, you can swap the
.{valid|invalid}-feedback
classes for
.{valid|invalid}-tooltip
classes to display validation feedback in a
styled tooltip.
We recommend using client-side validation, but in case you require
server-side validation, you can indicate invalid and valid form fields
with .is-invalid
and .is-valid
. Note that
.invalid-feedback
is also supported with these classes.
Validation styles are available for the following form controls and components:
Parsley is a javascript form validation library. It helps you provide your users with feedback on their form submission before sending it to your server.
Parsley is a javascript form validation library. It helps you provide your users with feedback on their form submission before sending it to your server.