How to remove the "Label for Remove" in the configurable list widget?

  • Administration2015
    Asked on September 11, 2020 at 12:29 PM

    Hi, anyway to remove the "Label for Remove" ?

    I want to set it as "cannot remove once you added".

    Thank you.

  • Kenneth JotForm Support
    Replied on September 11, 2020 at 1:33 PM

    Thank you for reaching support,

    Looking at the form: https://form.jotform.com/200167289021146 I can't seem to find the part which you want to change/edit?

    Can you share with us the Direct Form Link and a screenshot of what you are referring to so we can assist you better?

    Awaiting your response.

    Best.

  • Administration2015
    Replied on September 13, 2020 at 9:33 PM

    Hi, sorry for unclear information.

    I would like to know if there is anyway of removing "Label for Remove" for Configurable List Widget.

    "Label for Remove" will remove the row of input which is shown as "X" below.

    I would like to remove this "X" button so people cannot remove the row once they added.


    Best regards,

    Noah

  • Kiran Support Team Lead
    Replied on September 13, 2020 at 11:53 PM

    You may add the following CSS code to the custom CSS section of the widget so that the Remove button shall not be displayed in the widget.

    .buttonsColumn {

      display: none !important;

    }

    Hope this information helps!

  • Administration2015
    Replied on September 13, 2020 at 11:58 PM

    Ki Kiran,

    This is amazing thank you so much!

    Noah