SUM radio button values and checkboxes values in one calculation - javascript and html

后端 未结 2 1862
春和景丽
春和景丽 2021-01-21 20:08

I am trying to calculate the values of radio buttons and checkboxes. I have the radio buttons working as required but cannot get the script right for the checkboxes. I want the

2条回答
  •  轮回少年
    2021-01-21 20:21

    In your code you are trying to add value of "price4" which is blank at start.... try adding value of "valueTotal" which is total of radiobuttons value

    Try this code... same code with some modifications

    Header 1


    Header 2


    Header 3




    Thank you. hope it will work

提交回复
热议问题