How do I remove the "add" button (+).

  • drbillingservice
    Asked on August 3, 2017 at 1:56 AM

    How do I remove the "add" button (+).

    I dont need it in my list. Thanks

  • BJoanna
    Replied on August 3, 2017 at 4:16 AM

    The only form you have on your account drbillingservice does not have the Configurable list widget. 

    If you need only one row, then you can set Maximal rows number to 1 inside of the widget settings. This will remove the "add" button (+).

    How do I remove the add button (+) Screenshot 30

    Here is my demo form: https://form.jotformpro.com/72141508749964 

    You can also remove the "add" button (+) with this CSS code: 

    button.add {

        display: none;

    }

    CSS code should be added inside of the widget Custom CSS tab.

    How do I remove the add button (+) Screenshot 41

    Let us know if you need further assistance.