How can I remove the buttons on the configurable list widget?

  • AgilityAssoc.Canada
    Asked on September 22, 2018 at 11:59 AM

    Hi,

    On my form 80704754652964 I use the Configurable List widget. When someone enters a value into a field a tag appears on the side "remove". How can I stop tags from appearing with injected css?

    Regards, Robert

    1537631966tags Screenshot 10


  • Support_Management Jotform Support
    Replied on September 22, 2018 at 2:49 PM

    The Configurable List widgets on your form don't have the the add/remove buttons as far as I can tell. I'll just assume you already figured this one out. In case you need more help, please don't hesitate to let us know.

  • AgilityAssoc.Canada
    Replied on September 22, 2018 at 4:48 PM

    Hi,

    Yes I have them disabled yet if I go back to edit a submission there they are, so it is only in the edit mode.

    Thanks Robert 

  • Support_Management Jotform Support
    Replied on September 22, 2018 at 6:14 PM

    Try appending the following CSS codes to each of your Configurable List Widget's CUSTOM CSS tab:

    .remove {

      display: none !important;

    }

  • AgilityAssoc.Canada
    Replied on September 22, 2018 at 6:20 PM

    Hi Jim, Will do, best, Robert

  • AgilityAssoc.Canada
    Replied on September 22, 2018 at 6:28 PM

    Hi Jim,

    That fixed it, many thanks as usual.

    best, Robert