Why am I not able to see the minutes field in the time?

  • dlieber
    Asked on February 10, 2016 at 4:17 PM

    I used the time object and I defaulted it to whatever the time is currently however when I look at it the minutes do not show.

    Jotform Thread 769486 Screenshot
  • Chriistian Jotform Support
    Replied on February 10, 2016 at 9:33 PM

    You can inject this css to make the minute field and the hour field more visible:

    select#input_15_minuteSelect {

        width: 80px!important;

    }

    select#input_15_hourSelect {

        width: 80px!important;

    }

    Why am I not able to see the minutes field in the time? Image 1 Screenshot 20

    Here's a guide on how to inject css: How to inject custom css

    Also, here's a link to a cloned form where I tested the css: https://form.jotform.com/60408574519965

    You can clone it to your account by following this guide: How to clone a form

    Do let us know if you need further assistance.