Good morning from Arkansas!!
I have read the help document on using calculations in forms with JavaScript. I have a unique situation I would like to calculate that I can't seem to figure out. Unfortunately it does not fit within the scenarios covered in the help doc.
I have a repeatable collection with fields (price, quantity, subtotal) that each repeatable section has. I then want to SUM each subtotal to a grand total outside the repeatable section. The closest I can get in the help doc is the repeatable table with tax, shipping, and total outside the table. I don't have tax or shipping so the JavaScript isn't working.
Any help is greatly appreciated!