Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field validation

Darapu Rajesh Babu April 23, 2017

I have a requirement i.e. there is a custom field of typr "Number field". I want a condition that user should input values more than 0, whenever user enters a values less than zero saying 0.5 or 0.73 it should not accept. So how this can be achieved, please suggest.

Thanks,

Rajesh

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 24, 2017

0.5 and 0.73 are larger than zero.

You need a validator that says ">= 1".  You'll need to find or write one to do that (although there are plenty in the marketplace for free)

Suggest an answer

Log in or Sign up to answer