Change appointment time slot background color when it is disabled

  • RoSBC
    Asked on October 21, 2020 at 6:07 AM

    On our forms we are using the date & time facility. When the time slot is fully booked you put a feint grey shading. Could this shading be darkened by quite a bit, as it is not always obvious?

    Our members keep trying to book those slots and they don't check, that they haven't got the booking they wanted.

  • Richie JotForm Support
    Replied on October 21, 2020 at 9:56 AM

    You can add this custom CSS in your form to change the background of the slot when disabled.

    .appointmentSlot.disabled {

      background-color: #64656A !important;

    }

    You can update the background color.

    Guide:https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Let us know how it goes.

  • RoSBC
    Replied on October 22, 2020 at 6:26 AM

    Thanks

    That is brill.

    Worked a treat; no mistakes now!

    Vry grateful.