Basically the date field does not render as it should. When you preview the form using Contour it has a jquery calendar with a text box. However when i have inserted the form into this page as a macro it just outputs a calendar to select a date from instead of the text box with calendar control.
Is there a way i can force it to use the text box with jquery calendar control?
You would need to either have a scriptmanager tag: <asp:scriptmanager runat="server" /> or have <head runat="server"> present in your template to be able to use the calendar, otherwise it will fallback to the defualt asp.net calendar
Contour date field problem
I have a problem with the date field I am using in Contour. I am running v4.0.2.1 of umbraco and Contour version 1.0.7.
Here is a link to the form: http://live.scw.precedenthost.co.uk/system-pages/testing.aspx
Basically the date field does not render as it should. When you preview the form using Contour it has a jquery calendar with a text box. However when i have inserted the form into this page as a macro it just outputs a calendar to select a date from instead of the text box with calendar control.
Is there a way i can force it to use the text box with jquery calendar control?
Comment author was deleted
Hi Graham,
You'll need to add the attribute runat="server" to your head
You would need to either have a scriptmanager tag: <asp:scriptmanager runat="server" /> or have <head runat="server"> present in your template to be able to use the calendar, otherwise it will fallback to the defualt asp.net calendar
/per
Perfect Thanks!
is working on a reply...