I am trying to create calclated fields in a (Front Page) form. It should calculate square feet based on Length, Height and Width fields. Length X Height X Width = Square Feet. Then it will calculate how many gallons of paint will be required base on gallons per square foot (constant value).
Is there a way to do a calculation in the form?
I can put together a javascript calculator that gives the results I need but I do not know how to pass this resulting value to the form/field in order to submit the information to a file.
Is there a way to do a calculation in the form?
I can put together a javascript calculator that gives the results I need but I do not know how to pass this resulting value to the form/field in order to submit the information to a file.