Input Table > Single Choice: Make some options unavailable

  • LeSylvia
    Asked on February 14, 2025 at 2:42 PM

    Hi there! I hope you're doing well. We've been using JotForm for our Summer Camp registrations for awhile, and I wanted to reach out to see if there was a more efficient way that you guys can recommend. We currently use "Input Tables".

    We offer our summer camp by week or daily, and then they have the option of signing up for the full day, or half day.

    The way that we normally use it works, however, the problem that we have is when we are full certain days/times, and cannot "block" out the checkbox to make it unavailable.

    The jotform "2024 Summer Classes" is an example of what we normally use.

  • LeSylvia
    Replied on February 14, 2025 at 2:45 PM

    For example, on July 4th, we are only offering AM classes. I've attached a photo with the checkboxes that we would like to be unavailable for people to choose.


    In the past, I would ask for help and you guys would send me a code to remove it, but just wondering if there is anything more efficient.


    Thank you!!

    Input Table > Single Choice: Make some options unavailable Image 1 Screenshot 20



  • Sonnyfer JotForm Support
    Replied on February 14, 2025 at 9:42 PM

    Hi Sylvia,

    Thanks for reaching out to JotForm Support. I see you're already familiar with injecting CSS Codes due to your previous requests. So to make the highlighted options in your screenshot unavailable, you can inject the below code to your form:

    [for="input_90_0_4"], [for="input_90_2_4"] {
      display: none ! important;
    }

    Here's the expected result:

    Input Table > Single Choice: Make some options unavailable Image 1 Screenshot 20

    Let us know if you need any more help.

Your Answer