diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 3830f5a9f..7dd9428f0 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -776,6 +776,17 @@ When attempting to submit, you'll see the `:invalid` and `:valid` styles applied +
+
+ + +
+ You must agree +
+
+
@@ -842,6 +853,14 @@ While these feedback styles cannot be styled with CSS, you can still customize t +
+
+ + +
+
{% endexample %} @@ -903,7 +922,17 @@ We recommend using client side validation, but in case you require server side, - +
+
+ + +
+ You must agree +
+
+
{% endexample %}