The HTML5 date picker is only showing on mobile, it doesn't do anything on the desktop site. I am using the below html:
<input type="date" name="req_dobirth" tabindex="13" id="req_dobirth" value="<%=request("req_dobirth")%>" />
The same field on the mobile form is:
<input type="date" name="req_dobirth" tabindex="17" style="width: 92%;" id="req_dobirth" value="<%=request("req_dobirth")%>" />
(only difference being the width)
Any ideas?