Hi Nathan,
This is an unusual error but as the underlying HTML input type currently is a textbox. Chrome autocomplete for some reason thinks this is an email field and suggesting that to you.
Eventually this will be a proper HTML5 date field.
You could modify the HTML views for the fields or override it for a specific form & field to ensure you add the HTML attribute autocomplete to disable it off the top of my head.
Umbraco Forms Datepicker Issue
Hi Guys,
Im having an issue with the umbraco forms date-picker.
I have inserted the date-picker onto a page, but for some reason it thinks its an email field.
Am I missing something when setting the form up or is there a wider issue with it?
Thanks,
Nathan
Hi Nathan,
This is an unusual error but as the underlying HTML input type currently is a textbox. Chrome autocomplete for some reason thinks this is an email field and suggesting that to you.
Eventually this will be a proper HTML5 date field.
You could modify the HTML views for the fields or override it for a specific form & field to ensure you add the HTML attribute autocomplete to disable it off the top of my head.
Thanks,
Warren
Hey warren,
How do i disable the popup option to not show DatePicker for time being? Can't find out where to comment that out.
Thanks!
Hi Nathan,
You cannot disable built in Umbraco Forms Field Type providers currently.
If this is something you want to see, then please add it as a feature request on the issue tracker here - http://issues.umbraco.org/issues/CON
Thanks,
Warren
is working on a reply...