Relative Date Validation
I’d like to be able to validate the answer to a Date Question, so that only the following is accepted:
- Current or next week
- Excluding ‘today’ and ‘tomorrow’
- Excluding weekends, so Saturday and Sunday
In other words, where today is ‘t’, t+2 to t+14 excl. weekends. All other dates would then be routed to an ‘error’ page. Any tips or tricks to help me out here?
P.S. I know that I could manually update a Typeform daily, but that creates an excessive amount of work and a high risk of manual error.