How can I adjust the Date field width?

  • jetfixer03
    Asked on July 11, 2016 at 1:29 PM

    I must be doing something stupid...

    On one of my forms the date field is fine, auto fills to current date, proper width.  On another form it doesn't seem to be working and it appears to be one character in width.  All the properties are set the same on both forms.  Help!

    Jotform Thread 879858 Screenshot
  • David JotForm Support
    Replied on July 11, 2016 at 2:20 PM

    Adding this code to your form will increase the width of your specific date field:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #lite_mode_13 {
        width : 100px;
    }

    Here is how the form would look with the code added:

    https://form.jotform.com/61925681583970

    Adjust the width to your liking.

  • jetfixer03
    Replied on July 11, 2016 at 2:52 PM

    Perfect, thank you!