Validate all date fields on onsubmit client script

Raviteja K
Tera Expert

I need to write on submit client script which will validate all date fields on a form(nearly 10 fields) to restrict past date.

6 REPLIES 6

So, in UI16, you can use things like NameMap to get all the variables, however that is not documented and not supported.  I'm not sure how you'd dynamically get the variable names for variables that may not exist today.

If you achieve this I'd love to see how you figured it out.

Thank You @jacebsenson, we are working on it. Will let you know when it is completed