How to disable some of check box options inside of Matrix

  • Sascha_Reinhardt
    Asked on February 2, 2016 at 11:25 AM
    Hi Joanna,

    is there a way to completely hide the checkbox? It makes no sense to view an item that you can´t choose. I have included a sample image with different options. The version one (please see the image) would be my favorite. Is there a way with Custom CSS hide individual answers. I do not want to edit the source code of the form.
    Sample Form: http://form.jotformpro.com/form/51695504587971?

  • BJoanna
    Replied on February 2, 2016 at 11:40 AM

    Yes it is possible to completely hide the checkbox. CSS code on my previous post will disable checkbox options. If you want to hide them then add this CSS code:

    #input_4_1_3 {

    pointer-events : none;

    visibility: hidden;

    }

    #input_4_2_3 {

    pointer-events : none;

    visibility: hidden;

    }

    Inside of this guide you can find out how to Inject Custom CSS Codes:

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

    Here is my demo form: https://form.jotform.com/60324735549964 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance. 

  • Sascha_Reinhardt
    Replied on February 2, 2016 at 2:57 PM

    Thank you! You are real supportheroes.

  • BJoanna
    Replied on February 2, 2016 at 4:50 PM

    You're welcome. :)

    Feel free to contact us if you have any other questions.