Can I configure number field to only permit positive numbers?

  • supplychainMIS
    Asked on July 29, 2019 at 11:43 AM

    Hi,

    Is it possible to configure a number field in the Configurable List Widget so that it only permits positive number values?

    regards

    Tony

  • BJoanna
    Replied on July 29, 2019 at 1:07 PM

    Yes, it is possible. To achieve it you will need to add a step, min, and max values for a Number field. 

    step - can be a floating number (with decimal)

    min - can be a floating or negative number

    max - can be a floating or negative number

    In your case, min should be 0. You can omit the max value. Default stepping is 1.

    1564419850conf1 Screenshot 10

    Here is a demo form - https://form.jotform.com/92094686182971

    Feel free to test it and clone it