Love the new field calculations!
One issue... The Product Field with the Calculation Type shows up in my Form Entry submissions. This causes double calculation in the back-end when viewing the Entry.
Layout:
==============================
Product-1 (Single Product)
Quantity-1 (Qty for Product-1)
Product-1-Subtotal (Calculation = Product-1 * Quantity-1)
Product-2 (Single Product)
Quantity-2 (Qty for Product-2)
Product-2-Subtotal (Calculation = Product-2 * Quantity-2)
Total
==============================
I'm using the new Product Field (Calculation Type) as a line total (subtotal) for each product listed on the form. The Total field correctly excludes the Calculation fields from the equation. When I look at the form entry submission, I see 4 lines of products (Product-1, Product-1-Subtotal, Product-2, Product-2-Subtotal).
Is there a way to remove all the calculation fields (line totals) from the data being submitted? Or should I be using a Number field instead of a Product field? If so, how do I format the Number field as currency and how do I remove those Subtotal from the Entry Submission?