How to disable some of the checkbox of input table?

  • al3bsi
    Asked on December 17, 2020 at 4:35 AM

    it not work for me


    can you please help me ?


    https://www.jotform.com/build/203507766412050

  • Ashwin JotForm Support
    Replied on December 17, 2020 at 4:36 AM

    I did check your form and found that you have added input table field. Do you want to disable some radio buttons of the input table?

    Please let us know for which cell you want to disable radio buttons, and we will share the custom CSS code.

    We will wait for your response.

  • al3bsi
    Replied on December 17, 2020 at 4:46 AM

    i want disable #input_32_2_0, #input_32_2_1, on table typeA

    and maybe disable some of table field later

  • Vick_W Jotform Support
    Replied on December 17, 2020 at 6:13 AM

    Hi there,

    Please inject the following CSS in your form.

    label[for="input_32_2_0"], label[for="input_32_2_1"] {
    display: none !important;
    }

    You can follow the steps in the guide below.

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you need further assistance.

    Thanks

  • al3bsi
    Replied on December 17, 2020 at 6:20 AM

    It works well, thank you.

     I have another question. When selecting radio buttons it appears in the PDF form like a circle. I want to replace it with a mark (correct), is that possible?

    and how i can add description inside textbox fie

    ld
  • roneet
    Replied on December 17, 2020 at 6:50 AM

    I have moved your second concern in this ticket to avoid confusion:

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

    Thanks