We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9973350 commit 9d0508bCopy full SHA for 9d0508b
Client-Side Components/Catalog Client Script/Email & PhNo Validation/README.md
@@ -0,0 +1,11 @@
1
+This script validates the email and phone number fields entered by the user in a ServiceNow catalog item form.
2
+It ensures that the email follows a valid format and the phone number is numeric with exactly 10 digits.
3
+
4
5
+**Email Requirements:**
6
+Must contain “@” and a valid domain (e.g., example.com).
7
+No spaces or invalid characters allowed.
8
9
+**Phone Number Requirements:**
10
+Must contain exactly 10 digits.
11
+Only numeric values allowed (no letters or special characters).
0 commit comments