How do I make a field on the Configurable List Read Only?

  • aolivier422
    Asked on July 11, 2016 at 6:42 PM

    I'm trying to make a few of the fields on the configurable list read only.  Can I do this using CSS code?  Can you help me with how to write that code?

  • David JotForm Support Manager
    Replied on July 11, 2016 at 10:00 PM

    There is not option to set field "readonly" on the configurable list widget, but you can fake it through CSS code, example: 

    .col5 input {

      pointer-events: none;

    }

    How do I make a field on the Configurable List Read Only? Image 1 Screenshot 20

    Let us know if you need more help.