Configurable List/Classic Forms: How to keep the remove button always visible?

  • mgitter
    Asked on April 10, 2018 at 1:31 PM

    Since it is not possible to have the hidden fields clear after unchecking the box, is it possible to have the remove button show up right away next to the first row of options? So then they can at least clear out their selections if they want. 

    15233805752018 04 10 12 14 58 Screenshot 10

    The remove button only shows up after they have added a second line of options.

    15233806062018 04 10 12 14 47 Screenshot 21

    It would be nice if it could show up right away. 

  • Kevin Support Team Lead
    Replied on April 10, 2018 at 1:32 PM

    It's possible to force that injecting this CSS code: 

    button.remove {

        visibility: visible !important;

    }

    Guide: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    I hope this helps.