The Date field is not showing properly and it is cut off the numbers

  • schokolade
    Asked on June 24, 2019 at 9:54 AM

    hello, the date field by step 4/5  isn't show correctly in my formular. the numbers are cut off.

    I don't know why is this. I delete the date field and add it new. but the error is there.

    thanks for your help.


    kind regards simon


    Jotform Thread 1867664 Screenshot
  • VincentJay
    Replied on June 24, 2019 at 11:26 AM

    You need to add this custom CSS code to fix the issue. 

    li[data-type="control_datetime"] input.form-textbox {

    padding: 3px 3px 3px 3px !important;

    margin: 0;

    }

    To add it to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Here's the result of my test form:

    1561389897c3561 Screenshot 10

    I hope that helps. 

  • schokolade
    Replied on June 25, 2019 at 1:19 AM

    Hey, thank you for the answer. now the form/date is show correct.