Date Picker Widget: Why it is not showing completely in the form?

  • Endlessspas
    Asked on May 19, 2016 at 7:17 PM

    Date Picker Widget: Why it is not showing completely in the form?  Image 1 Screenshot 20

     

    The dates are cut off and you are unable to select future dates... 

    Jotform Thread 843099 Screenshot
  • Kevin Support Team Lead
    Replied on May 19, 2016 at 10:24 PM

    This should be fixed by injecting this CSS code: 

    #id_77 iframe,

    #id_97 iframe,

    #id_81 iframe{

        width: 100% !important;

    }

    This guide will help you to inject the code to your form: How-to-Inject-Custom-CSS-Codes

    Take a look to my cloned form of yours where I applied this code and it is working fine: https://form.jotform.com/61398146268970

    Hope this helps.