How to remove the minutes in the "Time" field

  • wildG0053
    Asked on September 3, 2015 at 10:09 AM

    Hi,

    My client - who is very much enjoying the free JotForm trial btw - wants to remove the minutes from the time field, he just needs to see hours.

    I can see the "#input_35_minuteSelect, " string but I don't know how to access and remove it.

    Please advise. You're welcome to do this for us.

    ALSO

    How can we make the form responsive to work nice on small screens?

    Thanks again, terrific support,

    Jez

    jez dot lerman at gmail dot com

  • Charlie
    Replied on September 3, 2015 at 12:44 PM

    Hi,

    You can try adding this custom CSS code

    #cid_35 > span:nth-child(2) {

        display: none !important;

    }

    Add it in your CSS tab in the Form Designer Tool.

    How to remove the minutes in the Time field Image 1 Screenshot 20

     

     

    For the other concern that you have, I went ahead and opened a separate thread for us to better assist you. Please refer to this link instead: http://www.jotform.com/answers/654384. We will address it shortly.

    Thank you.