Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @saliks,

    The equation to calculate the BMI is: mass(kg)/(height(m))<sup>2</sup>

    So, if you insert two number fields for weight and height in your form, I’ll call them fieldname1, and feldname2 respectively (the fields names are assigned automatically by the plugin, so, in your form the fields names can be different), then, you simply should insert a calculated field in the form with the following formula:

    fieldname1/pow(fieldname2,2)

    Best regards.

    Hi I was going to ask a similar question but may aswell ask it here. Is it possible to create a BMR calculator but it then to output a custom formula based on a point system we’re wanting to create.

    Thanks.

    Plugin Author codepeople

    (@codepeople)

    Hello @slimmyweight,

    The plugin allows you create the equations you need in your project.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to create BMI, BMR, Body Fat Calcultor’ is closed to new replies.