Hello, I am trying to create the Sqft to Sqm conversion inside of only 2 number fields. Imagine I have a form with only two fields, one sqm and one sqft. Can I code it so that if I enter sqft into one field, the sqm field updates and vice versa, if I enter the sqm, the sqft field calculates.
Do I need to create variables to do this? or can I achieve it with an if statement or do I need to create a proxy field somewhere (which I am trying not to do, but I could.)
thanks!