Hi,
in my opinion you do not want to set the BMI value as default of another field?
Why should you do that?
That the respondent may change it?
I think you want to store this value in the dataset, maybe display it to the respondent.
So create a question of type equation, where you enter the formula
{weight/(height*height)}
where "weight" and "height are the question codes.
If the codes of these two questions are "Q1" and "Q2", it is
{Q1/(Q2*Q2)}
Hopefully with the correct units.
Have a look at this sample survey
www.limesurvey.org/manual/Expression_Man...loring_and_Equations
and read about Expression Manager. (which in version 4.x. is called "Expression script")
www.limesurvey.org/manual/Expression_Manager
Joffm
And if you really want to prefill a third question, change the equation to
{Q3=weight/(height*height)}