Configurable List: Can I remove the plus sign?

  • adea
    Asked on October 20, 2020 at 8:32 PM

    I am trying to use the configurable widget and I think I have it the way I want. However, I would like to remove the plus sign so that the people using it can't add any additional fields. Is there a way to hide the plus sign?


  • Mianala Jotform Support
    Replied on October 21, 2020 at 2:33 AM

    Simply add this code to the custom CSS to each of your Configurable List widgets:

    .add{
      display:none;
    }


    1603261918 5f8fd5df00707  Screenshot 10

    Let us know if you have more questions.