I'm trying to setup a form using CakePHP and JQM and whilst all the saving, editing and retrieving of data is working just as I want it to, I'm having a bit of trouble with the way Cake automatically handles a field that has the attribute type="date"
Basically, in JQM, if you add that attribute, you'll get a lovely formatted date selector on the touch device keyboard but when I try to add that attribute to a CakePHP form, it converts the field into three drop down boxes.
Is there anyway I can prevent this from happening? I've attached a screenshot to illustrate what happens when I add the type="date" attribute to a field. Notice the drop downs under the label "will take place on date:"