Date Field "Day" no longer displaying correctly on smaller mobile devices?

  • ManagementStandards
    Asked on September 11, 2019 at 4:21 PM
  • Welvin Support Team Lead
    Replied on September 11, 2019 at 5:03 PM

    That is because of the mobile responsive widget. Our forms are already mobile responsive by default, so you do not need the widget. Did you add that trying to fix something in the form? Let us know and we'll check further.

    I have removed the widget and added the following custom CSS codes to adjust the padding. 

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

        padding: 3px 3px 4px 4px;

    }

    You can check the custom CSS codes in the CSS tab of the Designer.

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


  • ManagementStandards
    Replied on September 11, 2019 at 5:27 PM

    Thanks Welvin, I added the mobile response widget in an attempt to correct the problem which appeared yesterday for the first time, and only appeared on smaller devices (iPhone 4S).

    I have tried another form and found the same issue, not present previously!!

    I have checked the form with your fix and looks good.

    I will add the CSS code to other forms as necessary.

    Cheers.

    Evan