Because you’re using OR so if ANY of these values match and are of the same type (===), your IF statement reads true. If you need them all to match use && instead of ||
&& stands for AND, whereas what i have in the form are 6 questions and each questions have 4 options, it check to see if any one question is choosen that is given in the if statement then it will run. r u sure && is right? as we i am dealing with radio button, should it be OR?
Edit : or can i have multiple radio buttons on each question selected?
Did you get it figured out? (had to step away for a bit)
Not sure how you are defining those variables but If the IF statement is failing because maybe a radio button was not selected, you might add something like this so those variables are always defined.