diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 4ce1ac267..845002c2f 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -908,15 +908,43 @@ While these feedback styles cannot be styled with CSS, you can still customize t +### Server side + +We recommend using client side validation, but in case you require server side, you can indicate invalid and valid form fields with `.is-invalid` and `.is-valid`. Note that `.invalid-feedback` is also supported with these classes. + +{% example html %} +