How can I remove the add/delete (+/x) completely from the Configurable list widget?

  • Tggpromo
    Asked on July 25, 2016 at 10:32 PM

    How can I remove the add/delete (+/x) completely from the Configurable List widget?

  • Chriistian Jotform Support
    Replied on July 25, 2016 at 11:35 PM

    You can use custom css code to remove the add/delete buttons from the Configurable List widget. Simply inject the custom css below to the Custom CSS area of your widget.

    .add, .remove {

        display: none;

    }

    How can I remove the add/delete (+/x) completely from the Configurable list widget? Image 1 Screenshot 20

    If you need further assistance, please let us know.
    Regards.

  • Tggpromo
    Replied on July 25, 2016 at 11:36 PM

    Thanks!