How can I add time without the minutes?

  • NEWMARKselfstorage
    Asked on February 1, 2019 at 3:01 PM
  • AndrewHag
    Replied on February 1, 2019 at 3:35 PM

    There is no direct way to add time without minutes. However, you can hide the minutes using custom CSS.

    Click the gear icon and in remove the sublabel for the Minutes field.

    1549052802chrome MIlu5VUs7t Screenshot 10

    And add the follow CSS code in Form Designer under CSS.

     #input_30_minuteSelect, #input_29_minuteSelect{

       display: none;

     }

     .date-separate{

       display: none;

     }

    1549053006chrome XkByOyJDXR Screenshot 21

    Here is the cloned form https://form.jotform.com/90316060659961

    Follow this guide to know more about adding custom CSS code.

    Let us know if you need any further assistance.