
I've got a form up and running at the moment, complete with validation techniques, but there is a small problem.
With numeric fields, if I enter something not allowed it just either snaps to "0" or goes to the nearest possible value (e.g. if "21" is inputted and the max is set at "12" it will go to "12"). Is it possible to accompany this with some sort of warning or error message. It tells me off if I exceed the length in text fields, so I'm confused as to why it can't do this for numeric ones.
All help appreciated
