Preview Before Submit: Why isn't the date showing up properly?

  • TFSS
    Asked on May 29, 2020 at 6:13 PM

    But a new issue has popped up - I have a field that asks for the participant's Date of Birth.  It's entered automatically in this format: 11/11/2006

    However, on the "Review" page, the above date appears as :

    1590782771Capture Screenshot 10

    It seems to mistake the 11/2006 as a fraction.

    Is this a glitch? Is there a way to fix this?

  • Kevin Support Team Lead
    Replied on May 29, 2020 at 6:38 PM

    I have been testing this and found this actually happens due to the font family used on the theme applied to the form, in order to fix the issue, please inject this code: 

    #previewContainer {

        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;

    }

    This guide will help you to do so: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps.