Stepping option is not working

  • SchlaflySTL
    Asked on March 7, 2017 at 11:59 AM

    Hello,

     

    We have the stepping option turned on for each one of our items, but they do not seem to be working even though they have worked in the past. For example, orders for items under the partial pallet drop down menu should only be allow 6pks to be ordered in increments of 12, but the form is allowing them to be ordered in any quantity. Why is this happening?

  • BJoanna
    Replied on March 7, 2017 at 2:53 PM

    I have tested your form and stepping is working properly.

    Stepping option is not working  Image 1 Screenshot 20

    However this will not prevent your users to manually enter and edit numbers inside of spinner input field.

    If you want to prevent your users to enter/edit numbers inside of spinner input field, then add this CSS code to your form:

    .form-spinner-input {

        pointer-events : none;

    }

    How to Inject Custom CSS Codes

    After you add this CSS code your user will only be able to use Up/Down arrows from spinner field.

    Here is my form: https://form.jotform.com/70655244624961 

    Feel free to test it and clone it.

    Hope this will help. Let us know if you need further assistance.