I am looking the user to enter a % (sales margin) between 0 and 99.
Is it possible to enforce that the float field will accept only values between x and y?
If so, how?,
and,
would it be possible to popup a message informing the user that he has to enter something between that x and y values?
Note: I am not looking to know how to add the field, just how to enforce that a defined field accept values only between x and y.