why does the calendar not work when you click on it?

  • bhaywort
    Asked on July 1, 2015 at 12:32 PM

    the calendar on the date tab you install doesn't pull up a calendar???

  • David JotForm Support
    Replied on July 1, 2015 at 1:54 PM

    Hi,

    It looks like the hint text pop-up is covering the calendar.  You can increase the total width of the field with this code:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #id_70 {
        width: 280px;
    }

    That should allow for enough space for the label and the calendar to both show.  This is how to the form would look with the changes:

    http://support.jotform.com/form/51814995860972

    If this is not what you were looking for, let us know which form you are working on and which field is giving you trouble and we will be happy to have another look.