I’m having some strange problem with my JS program. I had this working properly but for some reason it’s no longer working. I just want to find the value of the radio button
I like to use brackets to get value from input, its way more clear than using dots.
document.forms['form_name']['input_name'].value;