jfool
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Calculated Fields Form] IF operationThank you so much!
How about when I will combine the BMI and mssg in one blurb? Let’s say:
Based on your Height and Weight, your BMI is *result* = *mssg* (Asia-Pacific)Is that doable?
- This reply was modified 5 years, 8 months ago by jfool.
Forum: Plugins
In reply to: [Calculated Fields Form] IF operationHello,
When dealing with IF statements, how can possibly do this?
If the calculated BMI is within 18.5 – 24.9, my html content field would say:
You’re at Normal weight
If the calculated BMI is within 25 – 29.9, my html content field would say:
You’re Overweight.I was able to do this type of condition with an easier one (actual BMI), using this:
(function(){ var result = prec(fieldname6/fieldname1, 2); jQuery('#result_here').html(result); return result; })();HTML content:
<p>Based on your Height and Weight, your BMI is <span id="result_here"></span>. </p>But where I’m struggling at is at saving and showing a certain verbiage when a condition on the BMI value is met.
Forum: Plugins
In reply to: [Calculated Fields Form] Next Page when Submit is clickedAwesome, thank you so much for your quick help!
Viewing 3 replies - 1 through 3 (of 3 total)