In our recent contour install, the datepicker behaves in a way I didn't expect.
In the form preview, the datepicker field gets rendered as an input field that when clicked opens a js datepicker. Selecting the date then fills the input field with the selected date. This is pretty standard stuff, and what I would have expected from a datepicker.
However, when the form is published and placed on a page via the wysiwyg, the page gets rendered with the datepicker simply placed as a table within the form.
Datepicker field in contour
Hello
In our recent contour install, the datepicker behaves in a way I didn't expect.
In the form preview, the datepicker field gets rendered as an input field that when clicked opens a js datepicker. Selecting the date then fills the input field with the selected date. This is pretty standard stuff, and what I would have expected from a datepicker.
However, when the form is published and placed on a page via the wysiwyg, the page gets rendered with the datepicker simply placed as a table within the form.
In a nutshell, I'm getting this inline calendar instead of this ajaxified calendar
Cheers,
Dan
ps. it's umb 4.0.2.1 and the contour version from http://umbraco.org/pro-downloads/UmbracoContour.zip downloaded yesterday.
Comment author was deleted
Hi Dan,
If you want to have the inline calendar you need to add a runat="server" attribute to your head tag.
Cheers,
Tim
Perfect, cheers Tim
is working on a reply...