@extends('layouts.app') @section('styles') @endsection @section('content')
Forms
Forms
Form-Validation
14 Aug 2019
Toggle Dropdown
2015
2016
2017
2018
Custom Validation
First name
Looks good!
Last name
Looks good!
Username
@
Please choose a username.
City
Please provide a valid city.
State
Choose...
...
Please select a valid state.
Zip
Please provide a valid zip.
Agree to terms and conditions
You must agree before submitting.
Submit form
Default Validation
First name
Last name
Username
@
City
State
Choose...
...
Zip
Agree to terms and conditions
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
Choose...
...
Please select 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.
Check this checkbox
Example invalid feedback text
Toggle this radio
Or toggle this other radio
More example invalid feedback text
Open this select menu
One
Two
Three
Example invalid select feedback
Browse
Submit form
Tooltips
First name
Looks good!
Last name
Looks good!
Username
@
Please choose a unique and valid username.
City
Please provide a valid city.
State
Choose...
...
Please select a valid state.
Zip
Please provide a valid zip.
Submit form
×
Create New Account
Let's get you all setup so you can begin using our app.
I agree to
Terms
and
Privacy Policy
Yes, I want to receive email from your newsletter.
Continue
@endsection @section('scripts') @vite('resources/assets/js/select2.js') @vite('resources/assets/js/form-validation.js') @endsection