Is there a way to remove the 'Add' buttonI just want a static list, and

  • WelcomeBookatable
    Asked on February 14, 2019 at 2:03 PM

    Is there a way to remove the 'Add' button

    I just want a static list, and one that I can have pre-ticked (I'm using the checkboxes exclusively) if possible

  • AlbertBaldred
    Replied on February 14, 2019 at 3:42 PM

    You can hide 'Add button' with simple CSS code. Code is:

    button.add {
    display: none;
    }

    Please look at that for injecting code:
    1550176165bandicam20190214232203849 Screenshot 10

    'Configurable List' widget is very useful for combining different input types. Unfortunately you can't set them as pre-ticked. We can recommend you 'Multiple Choice' field to pre-ticked entries.

    Please look at that for adding 'Multiple Choice' field and set pre-ticked values.
    1550176693The Easiest Online Form Builde Screenshot 21

    You can learn more about 'Configurable List' here:
    https://www.jotform.com/help/282-How-to-Set-Up-the-Configurable-List-Widget

    Please feel free to ask anything.