Image

I have this bit of code:

input type="radio" name="Format" value="email" onclick="document.form1.Subscribe.checked=true;"

Basically...if someone clicks one of the radio buttons to tell us what format they want their subscription in, the Subscribe box is supposed to automatically become checked.

This WAS working...but now it's not. :-/ Any ideas?