Birthdate Error on Chrome Browser on Mobile

  • thelazyaxe
    Asked on September 7, 2019 at 8:52 PM

    Several of our customers have not been able to complete the birthdate field on their cell phones. I believe they were all using the Chrome browser. It wouldnt let them put anything in the month field.

  • roneet
    Replied on September 7, 2019 at 9:39 PM

    Could you please try out now to see if you were able to fill the Birthdate in the mobile browser.

    I noticed the date textbox width was very small so the date was not appearing in the textbox. I have injected the custom CSS in the Form Designer to make the width appear slightly larger.

    @media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {
    #month_11 {
    width: 50px !important;
    }
       
    }

    Let us know if you have further questions.

    Thanks.

  • thelazyaxe
    Replied on September 7, 2019 at 10:43 PM
    It is working now on my device. I'll have some other folks check too. Thank
    you so much!
    Kristyn
    ...