I have a field that calculates a person's BMI. Next to that I want to place field "BMI Category" to use "BMI" info and categorize as
- Normal if < or = 24.9
- Overweight if 25 - 29.9
- Obese if 30 - 34.9
- Severely obese if 35 - 39.9
- Morbidly obese if > or = 40
What java script can i use?