I've got a survey that's published as web form (made via Connect). In it, there's a date field with a constraint of ".>= today()". This works just fine within Survey123 Connect and the field app--any date that is on or after today is accepted. But on the web form, the question is only accepting dates after today.
Any idea what's causing this?
Also, as an aside, the Formulas page seems to have this constraint example backwards:
This formula, when applied to a date field, will prevent the user from entering a value earlier than today:
.<= today()