Appointment Widget - How to hide the available slots number?

  • inscricao_pt
    Asked on February 16, 2018 at 5:37 AM

    Hi, 

    I would like to use Appointment slots but not showing the seats available, with CSS by disabling "x available" or changing the color to white. Is it possible?


    Thanks and best Regards

  • Adrian
    Replied on February 16, 2018 at 6:19 AM

    You can hide the available slots labels by Injecting a the CSS code below in the Widget.

    .items-left {

        display: none;


    }

    1518779868Fullscreen 2 16 18  12 14 PM Screenshot 10


    Cloned Form DEMO: https://form.jotform.com/80462284184963

    How to Inject CSS Codes to Widgets



    Let us know if you need further assistance. 

  • inscricao_pt
    Replied on February 16, 2018 at 6:31 AM

    Hi Adrian, 

    Worked like a charm thank you!