Is there a way to suppress that calendar picker on mobile devices?
We’ve seen the sharpest drop off on our most recent form at the Date of Birth question, with inbound feedback that it was too hard to use.
Digging in to what was occurring here, I realized that the mobile view opens a calendar when you select the date field. The calendar (at least on iOS) defaults to today’s date. These users were trying to get to their birthday by using the arrows to change months. If that meant going back to, say, June of 1941, that would be 960 clicks. They miss that in the top left, you can select Month and Year which expose an easier scrolling solution.
Be that as it may, they are confused and I’d like to alleviate that. Suppressing this date picker and allowing them to enter their dates manually (as you would on desktop) would be a possibility, though I am open to other solutions as well.
My idea was to add some custom HTML to change the type from type=”date” to type=”text”, but it is not clear that this is a possibility. Has anyone else encountered this issue and found a solution?