Hello,
I am trying to restrict a date range based on a previously entered date. Here's the goal:
Question 1: Enter a date at least seven days from today.
Question 2: Enter a date less than two months (62 days) from the date entered in Q1.
The setup: Survey123 Connect, survey published to Enterprise Portal 10.8.1
Constraints:
Q1: .>date(decimal-date-time(now()) + 7)
Q2: (.>=${Q1}) and (.<=(${Q1} + (1000 * 60 * 60 * 24 * 62)))
When published, Q1 works fine, but no date entered into Q2 is accepted by the form (no errors when saving .xls form or publishing).