Iis it possible to have better way to input number that does not involve typing?

  • prestigelocck
    Asked on February 2, 2021 at 11:35 PM
    Also is it possible to have better way to input number that does not involve typing?
  • Mike_G JotForm Support
    Replied on February 3, 2021 at 5:06 AM

    I have checked the form you linked on the original ticket you opened for your concern (https://form.jotform.com/210314083484045), and I see that on your form you have added multiple Spinner fields.

    1612346580 601a74d47ef33  Screenshot 10

    I can only assume that with your concern on this ticket, you are referring to those Spinner fields. And from what I understand, you don't want your respondents to be entering a number in the input box of the Spinner field and you would like them to use the +/- buttons instead. There is no option in the Spinner properties that you can use to meet your requirements, but please allow me to find a workaround for you. I'll get back to you on this ticket with my findings as soon as possible.


  • Mike_G JotForm Support
    Replied on February 3, 2021 at 5:32 AM

    Apologies for any delays. I have only found 1 workaround and that is to inject the custom CSS codes below into your form.

    input[data-type="input-spinner"] {
    pointer-events: none !important;
    }

    Reference Guide: How-to-Inject-Custom-CSS-Codes

    Here's a cloned version of your form where I have injected the codes above: https://form.jotform.com/210332594842959

    Please give it a try and let us know if you need any further assistance.