Can I remove '0' from a numeric input field?

  • CheapAlice
    Asked on April 26, 2014 at 9:49 AM

    Hello,

    I have a field on my form that i have set to numeric values only. It is for the customer to place a discount amount. I have made the field mandetory and my form info is being populated to my website via the submissions view app.

    I had a customer place a zero in this field and when the information showed up on my site the discount area was actually blank.

    As my customers must offer a discount in order to use my service, is there a way to not allow zero as a numeric value?

    or is there another way to fix this issue ( input mask?)

    Thanks

    Lance.

  • BrianPaulo
    Replied on April 26, 2014 at 10:49 AM

    Hi Lance,

    I suggest you use the number field instead of the text field. When using the number field, you can set the minimum valu where it will give an alert if the user input is below the minimum value you set. See image below:

    Can I remove 0 from a numeric input field? Image 1 Screenshot 20

    Please let us know if this work around works for you.

    Bryan

  • CheapAlice
    Replied on April 26, 2014 at 2:49 PM

    Thanks Bryan,

    Just what I needes. Appreciate the quick response.