Calculate radio button based on previous radio button selections
I have a form that will be going through several users; one user will be selecting Y/N for 5 different radio buttons which need to affect the value of a 6th button. My experience with Javascript is limited, so while I have an idea as to how, I'm faltering in the specifics.
If any of the 5 are "No", I need the 6th radio button to automatically change to the "No" selection. I'm planning on an action triggered by mouse-up on each of the "No's" to run a javascript, which would change the default value of the 6th radio button to "No", but I'm not entirely sure how that should be written.
If all of the five are "Yes", the 6th button should automatically change to "Yes". Again, I'm assuming a similar action/javascript as above on each of the "Yes" buttons that would add in some "IF" statements, that way if they're selected in any order the code still works.
Thanks for any help you can give!
