When using the number field in the configurable widget, can you disable

  • RD Graham Electric
    Asked on March 2, 2023 at 8:53 PM

    When using the number field in the configurable widget, can you disable the up/down arrows to increase/decrease the number?

  • Nora JotForm Support
    Replied on March 3, 2023 at 2:14 AM

    Hi RD Graham Electric,

    Thanks for reaching out to Jotform Support. It's easy to remove stepper from the Configurable List Widget. You just need to add the CSS code below:

    .stepper-btn-wrap {

        display: none !important;

    }

    Let me show you how to do that:

    1. Open your form in Form Builder and click on the Wand Icon on the Configurable List widget.
    2. Go to the Custom CSS tab, and paste the code above into the box.
    3. Click on Update Widget, and that's it.

    1677827635 64019e33b8bc3  Screenshot 10

    Give it a try and reach out again if you have any other questions.