I have a membership application form that contain a birth date field. The calendar control requires the user to select the year, then scroll to the right month and then pick on the date. It would be simpler to present the user with something like MM/DD/YYYY for them to simply fill-out. Is that possible?
Hi Ben
Sure, you can have a normal text field and enable the Input Type behavior and set it to Date:

and with the HTML attributes behavior you can set the max and min dates possible:

