Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Graham Roberts 13 posts 42 karma points
    Oct 27, 2010 @ 14:09
    Graham Roberts
    0

    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

    Oct 27, 2010 @ 14:12

    Hi Graham,

    You'll need to add  the attribute runat="server" to your head

  • Per Ploug Hansen 208 posts 129 karma points
    Oct 27, 2010 @ 14:14
    Per Ploug Hansen
    0

    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

  • Graham Roberts 13 posts 42 karma points
    Oct 27, 2010 @ 14:36
    Graham Roberts
    0

    Perfect Thanks!

Please Sign in or register to post replies

Write your reply to:

Draft