Date field in Lite Mode only shows 2 digits if set as read only

  • nick_blink
    Asked on June 19, 2018 at 6:07 PM
    One more ask in regards to this form. I would like to make the "Art Due Date" field read-only so someone doesn't go in and change the date manually. The problem comes when I make the date field read-only it collapses the field only showing two numbers of the date.
  • Mike_G JotForm Support
    Replied on June 19, 2018 at 6:13 PM

    To fix the issue, please inject the CSS codes below to your form

    [data-type="control_datetime"] .form-sub-label-container {

        width: 28% !important;

    }

    Here's a guide that you can use as a reference — How-to-Inject-Custom-CSS-Codes

    If you have other questions or concerns, please feel free to let us know.