I'm trying to show a section of a survey once the user has validated their date of birth against a date in the token table (attribute_5)
The date formats for both the input and token field are yyyy-mm-dd but the conditions are not working to show question if date input = date in token table.
I've tried also using the .shown in regular expressions to only use yyyy-mm-dd without HH:MM:SS but not sure if I'm doing this right either.
Would anyone have any suggestions or a RegExp that will verify a date input to a date in the token table?