From dc5a1db62589507075ed8b592f862239f7098944 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Jun 2017 16:31:36 -0700 Subject: [PATCH] add labels and ids --- docs/4.0/components/forms.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 845002c2f..dba81ce5b 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -901,12 +901,41 @@ While these feedback styles cannot be styled with CSS, you can still customize t
- + +
- + +
+
+
+ + +
+ Please provide a valid city. +
+
+
+ + +
+ Please provide a valid state. +
+
+
+ + +
+ Please provide a valid zip. +
+
+
+ + +
+{% endexample %} ### Server side