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 the form total based on the checkboxes and radio selections, but I can't find any javascript for comboboxes.
I would appreciate any type of help I can get.
Thanks!
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 the form total based on the checkboxes and radio selections, but I can't find any javascript for comboboxes.
I would appreciate any type of help I can get.
Thanks!
Comment