Embedded form in WordPress does not display the Date field

  • flpg
    Asked on July 25, 2019 at 6:10 PM

    The date field does not display properly on my Samsung Galaxy S10+. However, when previewing the form on a phone via JotForm, it displays properly.

    Thank you,

    Linda Babli

    Jotform Thread 1904558 Screenshot
  • David JotForm Support Manager
    Replied on July 25, 2019 at 6:35 PM

    Please try injecting the following CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

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

    .form-address-table, .form-dropdown, .form-input, .form-input-wide, .form-line, .form-matrix-table, .form-sub-label-container {

        width: 100% !important;

    }

    }

    Result:

    1564094052result Screenshot 10

    Let us know if you need more help, we will be glad to assist you.

  • flpg
    Replied on July 25, 2019 at 6:42 PM

    Excellent!!! That worked. Many thanks!

  • David JotForm Support Manager
    Replied on July 25, 2019 at 7:01 PM

    You are welcome! Open a new forum thread if you need anything else.