Hi,
I am working on a php form where, I have 5 rate , 5 quantity & 5 amount fields. The user will make entry on amount & quantity fields, and onchange the amount fields will be calculated, I also have a TOTAL field which will also be calculated from the amount fields.
rate * quantity = amount
amount + amount = total
I am unable to create the JS and use them.