Input form validation

I have a form that is use to enter a patients weight. It shouldn’t except weights less than 5. How can I implement this as all other calculations will be wrong after that if the number is less than 5.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.