Hello,
I have a date field on a form. I am looking for guidance on a couple things:
- Remove the up/down arrows from the fields.
- Have the form automatically add a leading zero to month and date.
If the 2nd point is doable, I may not need the first. I have some custom JavaScript that is sending XHR to a different server to request information. That server requires the date with leading zeros.
What is happening is users are using the up/down arrows and then the field don’t have leading zeros, so the XHR fails.
Thanks