How to disable some of the checkbox of input table?
-
al3bsiAsked on December 17, 2020 at 04:35 AM
-
AshwinAnswered on December 17, 2020 at 04:36 AMJotform Support
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.
-
VickAnswered on December 17, 2020 at 06:13 AMJotform Support
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
-
RoneetAnswered on December 17, 2020 at 06:50 AMJotform Support
I have moved your second concern in this ticket to avoid confusion:
https://www.jotform.com/answers/2772316
Thanks