From ede3e4f31e1700ad95922ed7975bd091a237f538 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 26 Nov 2014 13:15:12 -0800 Subject: [PATCH] [Forms] Add validation classes Add classes for required, valid, and invalid, based on form state and on arguments passed into the form. WTD-530. --- platform/forms/res/templates/form.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/platform/forms/res/templates/form.html b/platform/forms/res/templates/form.html index 33da4caf08..0195e0b22b 100644 --- a/platform/forms/res/templates/form.html +++ b/platform/forms/res/templates/form.html @@ -6,9 +6,13 @@ {{section.name}}
-
+ +
{{row.name}} @@ -19,7 +23,7 @@
- + -
@@ -40,8 +43,8 @@
-
+