I've been using Umbraco Forms to create data capture forms in an Umbraco 7.5 site. One of those forms uses a Date field which correctly renders a datepicker and submits the date value selected (i can see it in the POST body in Fiddler).
However, the Date field value isn't being written into the UFRecords table record - so all that appears in the Entries node are the values of the other fields. I've had a look in log files for any errors but there are none.
Date not writing into Umbraco database
I've been using Umbraco Forms to create data capture forms in an Umbraco 7.5 site. One of those forms uses a Date field which correctly renders a datepicker and submits the date value selected (i can see it in the POST body in Fiddler).
However, the Date field value isn't being written into the UFRecords table record - so all that appears in the Entries node are the values of the other fields. I've had a look in log files for any errors but there are none.
Anyone have any ideas on what may be happening?
Thanks,
Alistair
is working on a reply...