aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/zurich/validation_rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/zurich/validation_rules.js')
-rw-r--r--web/cobrands/zurich/validation_rules.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/zurich/validation_rules.js b/web/cobrands/zurich/validation_rules.js
new file mode 100644
index 000000000..d98bc1118
--- /dev/null
+++ b/web/cobrands/zurich/validation_rules.js
@@ -0,0 +1,8 @@
+ validation_rules = {
+ title: { required: true },
+ detail: { required: true },
+ email: { required: true },
+ update: { required: true },
+ phone: { required: true },
+ rznvy: { required: true }
+ };