First update after 20 december 2024 needs extra attention!

Conditional Fields 2.5.5 and later use new folder and file names.
As a result, the plugin will deactivated automatically the first time that you update from version 2.5.4.
Please make sure to activate the plugin manually after the update.

Read more

bmi

Simple BMI calculator with Conditional Fields Pro and relational operators.

Form

    Please enter your BMI

    Underweight

    Overweight

    Normal weight

    Form Code

    <label> BMI
    [number bmi] </label>
    
    [group g-nobmi]Please enter your BMI[/group]
    [group g-underweight]Underweight[/group]
    [group g-overweight]Overweight[/group]
    [group g-normalweight]Normal weight[/group]
    <br>

    Conditional Fields (Text)

    show [g-nobmi] if [bmi] is empty ""
    show [g-normalweight] if [bmi] ≥ "19"
    and if [bmi] < "25"
    show [g-overweight] if [bmi] ≥ "25"
    show [g-underweight] if [bmi] < "19"
    and if [bmi] not empty ""