How do I remove the add button from the configurable list widget?

  • granthurvitz
    Asked on January 16, 2024 at 3:24 AM
    Good morning Sweta
  • Sweta JotForm Support
    Replied on January 16, 2024 at 3:32 AM

    Hi Susan,

    Thanks for reaching out to Jotform Support. The following CSS code can be used to hide the Add Row button:

    .add, .remove {
    display: none!important;
    }

    I'll walk you through setting that up:

    • Open the Form in the Form Builder.
    • Open the Widget Settings by clicking the wand icon.
    • Go to the Custom CSS tab and inject your codes.
    • Then hit the Update Widget button to save your changes.

    Additionally, go through this guide to inject CSS into the widget on the form.

    Let us know if you need any help.

  • granthurvitz
    Replied on January 16, 2024 at 4:03 AM

    Thank you this worked perfectly!!