Is there any way to remove or hide the time zone option in the appointment form?

  • igexposure
    Asked on March 24, 2021 at 3:46 PM

    I want to hide the time zone option. It is irrelevant to our business and we only service people locally so the time zone selection just makes things look confusing. Any way to do this? Thanks.


    1616615095 605b96b787928 Screen Shot 202 Screenshot 10

    Jotform Thread 2991307 Screenshot
  • John Support Team Lead
    Replied on March 24, 2021 at 11:28 PM

    Unfortunately, it is not possible to disable the timezone field of the appointment field but using custom CSS codes, we can hide it from the user's view.

    In classic form layout, you can inject this custom CSS code below:

    .appointmentCalendarTimezone.forTimezonePicker {
      display: none!important;
    }

    The following guide should help you how to inject custom CSS code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Note that this will only work on a CLASSIC form layout. For Cards, unfortunately, there is no way we can hide the timezone field.