Why does the date field not populate fully on the screen?

  • ausherman
    Asked on October 21, 2019 at 3:41 PM

    Why does the date field not populate fully on the screen?  I have created 3 different forms and it's doing it to all of them.  I'm also using your widget.

  • Mike_G JotForm Support
    Replied on October 21, 2019 at 5:31 PM

    We would like to apologize for any inconvenience. The issue you are having might be caused by the theme you are using with your form.

    To fix the issue, please inject the following CSS codes to your form

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

        padding: 4px 3px 2px 3px !important;

    }


    Reference Guide: How-to-Inject-Custom-CSS-Codes

    Let us know if you need any further assistance.