Date picker bug on mobile site

  • swifpygal
    Asked on January 19, 2018 at 3:59 AM

    Hello,


    the date picker on my participant's "Date of Birth" has a bug on the mobile version.


    I tested it via my desktop computer and it is ok.

    But when I loaded the form on my iphone, and click on the date picker, it did not show a calendar but some weird stuff.

    See screen shot.


    Please help. Thank you so much.

    Jotform Thread 1354506 Screenshot
  • Ardian_L
    Replied on January 19, 2018 at 8:06 AM

    Can you please put this CSS Code in Cutom CSS Area. I think in mobile it is easier to select the date from selector options.

    @media (max-width:1024px){

        img.calendarIcon {

            display: none;

        }

    }

    Please check the article below on how to add Css code to your form:

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

    Let us know if you have any other question.