Contact Form
Bootstrap 5 offers a wide variety of utilities to control the style and layout of forms.
Sizing
Set the size of components via class names.
Read-Only
The read-only attribute prevents the input from being submitted. This allows for text inside the form boxes.
Checkboxes
Bootstrap 5 includes checkboxes and radios by default.
Validation
Form validation provides feedback to users. HTML5 form validation is supported by all browsers types.