I'm using an embedded Webform as an order form, where customers can select or unselect multiple services (which each have an associated cost).
Does anyone know how to include a "running total" cost (or at least calculate the total cost and display it) on the actual webform before the customer hits the "order" button?
I've created a "Total cost" column in the actual sheet that automatically calculates the total in the sheet, but in the webform it remains blank (I assume since the calculations aren't performed until the webform is submitted and the values populate the cells).
Ideas?