On an Umbraco 4.11 site with Contour (package version says 1.1.10) we have a date field. when any date is chosen we get the error "[field name] is not valid". You can see the error and the Contour settings in the image attached.
Any ideas why this would happen and how we can stop this?
What would the default date format look like in your language? Is it dd/MM/YYYY or is it something else? I think you perhaps need to dig into the Contour source code and add some data-configuration where the jquery ui datepicker is being called.
Also...is the execution order of the javascripts set correctly? I remember that Contour by default calls them in the section rather than in before
Thanks Jan been having a look. However I saw some references in other threads to issues where the field was not originally of date type and changed to date type. I asked the user if this is what she'd done and yes! So she deleted the field and added a new one and it worked.
Ok, good to hear you managed to figure out what was wrong :) I just remember I had to deal with issues regarding date formats etc. when using Contour on danish sites a year ago or so.
datepicker throwing "is not valid" error on entry
On an Umbraco 4.11 site with Contour (package version says 1.1.10) we have a date field. when any date is chosen we get the error "[field name] is not valid". You can see the error and the Contour settings in the image attached.
Any ideas why this would happen and how we can stop this?
Hi John
What would the default date format look like in your language? Is it dd/MM/YYYY or is it something else? I think you perhaps need to dig into the Contour source code and add some data-configuration where the jquery ui datepicker is being called.
Also...is the execution order of the javascripts set correctly? I remember that Contour by default calls them in the section rather than in before
/Jan
Thanks Jan been having a look. However I saw some references in other threads to issues where the field was not originally of date type and changed to date type. I asked the user if this is what she'd done and yes! So she deleted the field and added a new one and it worked.
Hi John
Ok, good to hear you managed to figure out what was wrong :) I just remember I had to deal with issues regarding date formats etc. when using Contour on danish sites a year ago or so.
/Jan
is working on a reply...