Disable or gray out cell

  • Fernandez_Bandit
    Asked on June 8, 2023 at 12:18 AM

    Dear Sir / Maam, this refers to form https://form.jotform.com/231580832756461.

    Under SHELL & COMPETITOR PDB PRICE 2 table, please assist me to disable the cells Brand/SHELL and Brand/Gap. Meaning, Brand / PCS1 should only be the one with the drop down list.

    Thanks

  • Clara JotForm Support
    Replied on June 8, 2023 at 7:44 AM

    Hi Fernandez_Bandit, 

    Thanks for reaching out to Jotform Support. Disabling the cells is easy. Let me walk you through it:

    • Copy the code below:
    #input_9_0_0, #input_9_2_0
    {
        display: none;
    }
    • In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
    • In the Form Designer menu, click on the Styles tab, scroll down, and paste the code into the Inject CSS Code box.
    • Click on Save at the bottom of the Form Designer menu and you’re done.

    Disable or gray out cell Image 1 Screenshot 20

    Give it a try and let us know how it goes.

  • Fernandez_Bandit
    Replied on June 8, 2023 at 10:50 PM
    Hello! It is working now. Thanks for your help.
    ...