I am currently creating a form that requires me to have multiple comboboxes which have various options with different values.

What I am having a problem with is finding a javascript snippet that will allow me to add the total value of all the comboboxes based on the selections.

I have an editbox at the bottom of the form where I would like the total value to appear.

I finally figured out how to calculate...