This should be easy but I cannot figure it out.
I'm working on the product selection page, where clients can click next to each product if they want to order it or not.
I have 2 radio buttons YES and NO. Radio button name is radio5
If the client selects YES I want the value of the price5 change to 39. If NO, the price should change to 0.
if (radio5=="YES") price5=39;
I know it's half of the code but it's not working, please help.
Thank you in advance.
George Kaiser