Calculator would be infinitely more useful if variables could be passed and used in another calculation/form. Ideally the form created on page one creates a calculation = final result (final_result) which could then be pre-populated into another form/calculation on page two (ex: final_result (prefilled value from previous step) plus (new value entered on form 2, etc, etc) I don’t think this functionality is currently implemented. I can pass a calculation along within a specific instance of calculator (form) using additional maths/steps but I cannot implement that variable (result) into another instance of calculator. Similar to the way a value entered into a form would carry over to an additional form on the next page. (EX: page1: Calculate your bmi here… page 2: Your BMI calculation from page 1 (stored value) minus/plus new calculations from another instance of calculator on page 2 — creates a new calculation, etc.
Let me know if i’m missing something here.