I have a form that features 10 questions.
It goes like this
Do you agree with statement 1? Answer 1-3 (1 fully agree, 2 not sure, 3 disagree)
Do you agree with statement 2? Answer 1-3 (1 fully agree, 2 not sure, 3 disagree)
etc etc for all 10 questions
If 2 is selected it needs to automatically tick another checkbox on that row.
If 3 is selected it needs to automatically tick a different checkbox on that row.
The page already contains a jquery element so I can use either jquery or javascript to achieve this. I tried googling but couldn't find anything, maybe because it is hard to find the right terms to search for.
Thanks for any help
It goes like this
Do you agree with statement 1? Answer 1-3 (1 fully agree, 2 not sure, 3 disagree)
Do you agree with statement 2? Answer 1-3 (1 fully agree, 2 not sure, 3 disagree)
etc etc for all 10 questions
If 2 is selected it needs to automatically tick another checkbox on that row.
If 3 is selected it needs to automatically tick a different checkbox on that row.
The page already contains a jquery element so I can use either jquery or javascript to achieve this. I tried googling but couldn't find anything, maybe because it is hard to find the right terms to search for.
Thanks for any help