How can I remove this Timezone from my appointment submission?

  • PJGLASS
    Asked on February 13, 2025 at 2:26 PM

    How can I remove this Timezone from my appointment submission? Image 1 Screenshot 20How can i remove that form

  • Joeni JotForm Support
    Replied on February 13, 2025 at 5:23 PM

    Hi John,

    Thanks for reaching out to Jotform Support. Unfortunately, it is not possible to remove the timezone of the Appointment Field, but we can hide it to the user's view by injecting a CSS Code into the your form. Let me show you how:

    1. First, copy this code.

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

    2. In Form Builder, click on the Paint Roller icon on the upper right side of the panel to open the Form Designer Menu.

    3. Go to the Styles tab and add the CSS Code to the Inject Custom CSS input box.

    How can I remove this Timezone from my appointment submission? Image 1 Screenshot 40 Check out the screenshot of the result below:How can I remove this Timezone from my appointment submission? Image 2 Screenshot 51Also, If you really want to remove the timezone in your Appointment field, I would suggest using the Date Picker element to collect appointment dates instead of the Appointment element. Take a look at the screenshot below:

    How can I remove this Timezone from my appointment submission? Image 3 Screenshot 62Give it a try and let us know how it goes.

Your Answer