Input data in date field is not displayed in mobile device.

  • Seske
    Asked on May 26, 2019 at 7:23 AM

    Dear Jotform Team,

    I am experiencing problems with entering a date in my forms when entering on a mobile phone (Geburtsdatum des Kindes

    Is there a fix for this problem?

    Please advise,

    Best

    SS

  • Ashwin JotForm Support
    Replied on May 26, 2019 at 10:19 AM

    I did test your form in mobile device and it seem the input data in "Tag" is not being displayed. Please inject the following custom css code and that should solve your problem:

    @media only screen and (max-device-width: 480px) {

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

        padding: 7px 3px 5px 4px !important;

    }

    input#day_6 {

        width: 33px !important;

    }

    }

    The following guide should help you how to inject custom css code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you need any other changes.