Disabling or hiding a column in the infinite list widget

  • ReadingJotform
    Asked on August 5, 2016 at 8:02 AM

    I have an infinite list within my form. I would like to disable this particular field to stop future edits to the list, whilst allowing the information already entered to remain viewable by the customer.

    Is this possible?

    I can only find an option to hide the field from view which is not what I want.

  • John_Benson
    Replied on August 5, 2016 at 10:33 AM

    If I understand you correctly, you would like to disable a specific field in the Infinite List widget. It is possible to disable or hide a certain column of fields so that your users cannot edit it. Here's a guide:

    Disabling or hiding a column in the infinite list widget Image 1 Screenshot 40

    1. Select the Infinite List widget field and then click the wand icon.

    Disabling or hiding a column in the infinite list widget Image 2 Screenshot 51

     

    2. Go to Custom CSS tab and paste the code you prefer.

    .col1 {
    display: none;
    }

    Disabling or hiding a column in the infinite list widget Image 3 Screenshot 62

    You can change the selector to .col2 or .col3 depending on what column you would like to hide.

    Hope that helps. If you are referring to a different issue, let us know. Thank you.