Is it possible to remove negative numbers in Number Field?
Right now, I have a min and max range set up which won't post the form if a negative number is selected. But, I would like to omit negative numbers completely so they don't even appear.
Is it possible to remove negative numbers in Number Field?
Right now, I have a min and max range set up which won't post the form if a negative number is selected. But, I would like to omit negative numbers completely so they don't even appear.
So they don't even appear where? Right now, the validation sounds like it's working properly in that it is not letting negative numbers in, correct. So where are they appearing that you want to prevent them from appearing?
So they don't appear in the drop down when selecting number.
Validation is working fine.
I just didn't want any option for a negative number.
Can you please post a link to the page on your site where the form is embedded? You did not mention a drop down. We'll need to see that. Thank you.
I received your email.
The drop down for the number field is due to the output of HTML5 on your form settings page. That is a browser control. Since your page is XHTML, I would check the "No" radio button to turn off HTML5 output for form fields, and I think you will see that the drop down/up down arrows go away for that field in question. Screenshot http://minus.com/lFlOcrjsM6oMX
Set that Output HTML5 radio button to "No" to make the up/down scroller go away.
Thanks Chris!
Did that work for you?