-
Machado_GabrielPerguntado em 24 de setembro de 2025 às 09:26
-
Christian Ice Jotform SupportRespondido em 24 de setembro de 2025 às 12:10
Hi Gabriel,
Thanks for reaching out to Jotform Support. Unfortunately, the Appointment Field does not support an option to keep the calendar always open by default on mobile devices. The calendar typically opens only when the user taps the calendar icon or the date field. As a workaround, you can use a custom CSS code. Here’s what to do:
1. First, copy this code:
@media only screen and (max-width:600px){
.appointmentCalendarDays.days {
display: table !important;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Here's the result:
Check out our guide on How to Inject Custom CSS Codes to learn more.
Give it a try and let us know how it goes.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!