How to disable certain date from my calendar?

  • localwanderings
    Asked on April 6, 2020 at 7:40 PM

    Hi support,


    How may I make certain dates not available in my reservation widget?


    Thanks,

    Mia

  • Kiran Support Team Lead
    Replied on April 6, 2020 at 10:21 PM

    We are sorry that it is not possible to disable dates from the Date reservation widget. This is possible from the date picker field in the basic form elements.

    158622609720200407 075124 Screenshot 10

    However, the selected dates cannot be disabled using this field.

    Thanks!

  • localwanderings
    Replied on June 9, 2020 at 1:26 PM

    Hi Kiran,

    I am now using the date picker widget but cannot see the options you have above to disable date ranges. Where may I find these?


    1591723554Screen Shot 2020 06 09 at 10 Screenshot 10

  • Kiran Support Team Lead
    Replied on June 9, 2020 at 2:38 PM

    Sorry for the confusion. I mean to say that the Date Picker field from the Basic Field elements. 

    159172774020200610 000325 Screenshot 10

    Please give it a try and let us know if you need any further assistance. We will be happy to help. 

  • localwanderings
    Replied on June 9, 2020 at 2:53 PM

    Hi Kiran,


    Ok I tried the appointment field.

    How may I change the blue color of the boxes please?

    1591728755Screen Shot 2020 06 09 at 11 Screenshot 10

    Also, there is a weird space between the times and the timezone. Is it possible to reduce it or to remove the timezone completely?

    1591728829Screen Shot 2020 06 09 at 11 Screenshot 21

  • Kiran Support Team Lead
    Replied on June 9, 2020 at 5:00 PM

    Please try adding the following CSS code to your form to reduce the space between the slots and time zone.

    .appointmentSlots {

        min-height: initial !important;

    }

    And the following code should help in changing the color. You may choose a different color as per your requirement. 

    .appointmentCalendar .calendarDay.isActive .calendarDayEach {

        background-color: #111a3a;

        color: #fff;

        border: 1px solid #97adfd;

    }

    Hope this information helps!

  • localwanderings
    Replied on June 9, 2020 at 5:20 PM

    Thanks!


    I also need to change the blue in the other places, the hover states, the border, and the selected time slots. Can you let me know how?


    1591737636Screen Shot 2020 06 09 at 2 Screenshot 10

  • Kiran Support Team Lead
    Replied on June 9, 2020 at 10:25 PM

    The question related to changing color for the appointment field is moved to a separate ticket and shall be addressed there shortly.

    https://www.jotform.com/answers/2379045

    Thanks!