Dates are being cut off

  • SCGHPharmacy
    Asked on September 16, 2019 at 10:53 PM

    Hello,


    I am having issues with a current form in particular with the date selector. 

    Unfortunately I am unable to view the entire date once it has been selected i.e. some of the  text is cut off. 

    The data is still input appropriately when I export to Google Sheets. 

    Any help would be greatly appreciated. 

    Jotform Thread 1966632 Screenshot
  • John Support Team Lead
    Replied on September 17, 2019 at 1:33 AM

    I can see that you have injected some custom CSS codes to your form. Please try adding this code and see if that resolves the issue:

    li[data-type="control_datetime"] input.form-textbox {

        width: 80px;

        padding: 0px 0px 0px 2px;

    }


  • SCGHPharmacy
    Replied on September 17, 2019 at 7:57 PM

    Thanks for that John,


    I'm not sure how to do this? Can you please provide some instructions? 

  • AshtonP
    Replied on September 17, 2019 at 9:06 PM

    Hello @SCGHPharmacy, You can copy the above code mentioned by my colleague and insert it into the CSS section of your form. 

    Here is the help guide that explains how to do it - https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you still need further assistance.