Hide configurable list widget field

  • rdge
    Asked on October 21, 2020 at 2:40 AM

    Can you hide a static text column on the form, but still have it show after submission?

    Form: https://form.jotform.com/202893346899171

    I want the 'Warehouse Part #' and the 'Shipped Quantity' to not show on the form while filling it out, but I need those columns to show up on the form submission. I need this on each of the Configurable List Widgets.

  • Richie JotForm Support
    Replied on October 21, 2020 at 7:51 AM

    You can add this custom CSS inside your configurable list widgets to remove the shipped quntity and warehouse in your form.

    th.col3,th.col4{

       display:none;

    }

    Guide:https://www.jotform.com/help/428-how-to-inject-css-codes-to-widgets

    Please give it a try and let us know how it goes.