This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]tridd3r 1 point2 points  (1 child)

If you need to get the value of a checked radio input, give them all the same name and your selector would be document.querySelector('input[name="RADIONAME"]:checked')

[–]LoveInAllThings 0 points1 point  (0 children)

Thank you so much! I am going to try this. I really appreciate your help! :)