My end users are testing a new form that I've built for them in Connect. They are entering data via the app on iPhones and Androids.
I have a date of birth question, and the most common feedback is that they do not like having to scroll through the calendar to enter it (yes - they know about how you can quickly navigate the year, etc).
They just want to type "11/11/1987" and not deal with the calendar. Is there a way to collect a date in this format while still keeping it a date type field on the backend? Or do I have to collect it as a text and somehow parse it into a new date field??
Thanks!