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
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 Radio 1 Radio 2 Radio 3 Header 2 Radio 1 Radio 2 Header 3 Radio 1 Radio 2 Radio 3 Check 1 Check 2 Check 3 Sub Total: Value$:
Radio 1
Radio 2
Radio 3
Check 1
Check 2
Check 3
Value$:
Thank you. hope it will work