Hi All,
Ive tried searching but havent come up with anything to really solve my issue, and I believe it shouldnt be hard, but I cant seem to figure out a solution.
At the moment I have a text field and simply want the users to enter the date as yyyy-mm-dd. If they dont, I want it to clear the field and reset focus there until they do.
I've tried using a date field and setting validation patterns, but all it does it give an error message and lets the user move on.
Is there anyway to force this? (I dont have the new Adobe version ES2, so there are not validation options under Form Properties).
Thank you all in advance!
Z
For example:
if(Page1.Variable.rawValue != [0-9]{4}-[0-9]{2}-[0-9]{2}) xfa.host.messageBox("Incorrect Format");
I have the above now, but it is not working. I am very confused. 8 hour workday and nothing accomplished.
Help PLEASE!