-
PJGLASSAsked on February 13, 2025 at 2:26 PM
How can i remove that form
-
Joeni JotForm SupportReplied 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.
Also, 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:
Give it a try and let us know how it goes.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!