I used the javascript found in the example " Creating a web form with Data Table and saving data into SharePoint lists" to get a total value based off of the rows in a data table.
I set up the form exactly as shown in the example. Everything works fine, but the decimal places for the “Total” field do not change from “.00”.
How do I add the decimals in the javascript equation?