Dates are not displayed in Date Picker field

  • SchoenstattMN
    Asked on February 6, 2020 at 6:58 PM
    Also my date selector widget (under the signature) does not appear to be displaying the date selected on any of my forms. I have tried deleting the widget and replacing with a "fresh" widget (just incase there was a bug or I had changed a setting that was causing the issue), but it is still not working. Is this a known issue or just on my forms?
  • John Support Team Lead
    Replied on February 6, 2020 at 7:07 PM

    I can see you enabled LITE MODE for this Date Picker field:

    15810339822145830 2 Screenshot 10

    To fix that, please add this custom CSS code below to your form:

    input#lite_mode_135 {

        width: 150px;

    }


    Here's a guide on How-to-Inject-Custom-CSS-Codes.

  • SchoenstattMN
    Replied on February 7, 2020 at 11:03 PM

    This worked  - thanks!

  • SchoenstattMN
    Replied on February 12, 2020 at 10:40 PM

    I just noticed that this does not solve the problem when viewing on mobile - is there a bit I can add to the css to get it to expand on mobile as well?

  • John Support Team Lead
    Replied on February 13, 2020 at 1:19 AM

    You can add this to your current CSS code:

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

    input#lite_mode_135 {

        width: 20px!important;

    }

    }

    Just adjust the width value to set your preferred width.

    Please try that and let us know how it goes.

  • SchoenstattMN
    Replied on February 15, 2020 at 3:12 PM

    This works on the mobile "preview form", but not actually on the live form when I use it on my phone.

  • Albert_G
    Replied on February 15, 2020 at 5:02 PM

    Hi SchoenstattMN,

    I tested this on my phone and it works fine. I'm using a Samsung.
    1581804058Screenshot 20200216 055915 Chr Screenshot 10

    1. What phone are you using?

    2. What browser are you using?

    3. Please send us a screenshot on what you are seeing. Take note that you need to open this thread to upload an image.

    Thank you.