Date on Form issue - need help

  • chriscate
    Asked on August 16, 2019 at 8:52 PM

    We have used this same form for three years and something has happened on mobile devices with the date not appearing fully.  Look in the uploaded photo you will see a 1 in the month box but really there is a 10 there. For some reason, the box will only show one number now?  

    Those completing the form think something is wrong so they keep adding numbers and the date is not working on mobile devices.

    The photo below should have the number 10 in it but only the 1 is showing. If I turn landscape then it shows me the 10. I need this fixed so you can see the number value at any angle.

    https://form.jotform.com/51677075317965

    1566003114Screenshot 20190814 161851 Chr Screenshot 10 
  • Vanessa_T
    Replied on August 16, 2019 at 9:35 PM

    Please add the custom CSS below to fix the date field's display

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

      padding-left: 0px;

    }

    May I suggest also to remove the Mobile Responsive Widget since forms are now mobile responsive by default. This means no further configuration is required.

  • chriscate
    Replied on August 20, 2019 at 11:34 PM

    Vanessa,

    Thank you so much. That worked perfect!