Answered
How do I create a calculated field when qty is an editable field but item cost is not?
I have an order form that has 3 columns: Item Cost, Order Qty, Extended Cost.
The Order Qty field is the only editable field. I want the Extended Cost field to calculate the Order Qty * Item Cost. How do I do that if the Item Cost is not a form field?