We have a form with a table that has 4 columns. We'll reference them as columns 1, 2, 3, and subtotal. There is a row for each day of the week (Sunday-Saturday). For each row I need to be able to do the following calculation: (col1 *30)+(col2 *20)+(col3 *40).
How would I use JavaScript to do this since currently it is not possible to calculate table columns in Forms 10?