Text Entry Box- Validate today's date using Conditional Action
Hello,
I am trying to get a text entry box to validate to today's date. The way I've tried so far is to uncheck the validate user entry button on the Text Entry Box settings.
Then, I wrote a simple advanced action where:
v_user_input is a variable that simply stores the TEB user input
v_hidden is a variable that stores today's date
1st Decision-
If 1 is equal to 1, Assign variable "v_hidden" with cpInfoCurrentDateString
My idea is this will "Store" today's date from the users' computer in the variable. This then allows me to perform the Conditional part of the script.
2nd Decision-
If v_hidden is equal to v_user_input then jump to success slide.
For some reason this works only about half the time when I preview in browser. Can you please tell me if I'm crazy or if there's some way to make this work to validate today's date?
Justin
