Data validation on web application
Hi all,
I am working on a web application where I need to apply field validation on several inputs on the first page of the survey, I do believe it can be done via initialization script and approval script tabs.
Here are the fields that I am looking to validate:
A - Should not allow future dates
B - Must be an @specificdomain email
C - Exactly 8 alphanumeric characters (no prefixes like #)
D- Limited to 4 characters
E - Must follow a valid telephone number format
F - Introduce a strict validation that only allows the email.
*The letters are used to reference the variables.
Any guidance would be highly appreciated.
Best,
Celia
