Im having a problem making my FORM Radio Buttons work. Whats wrong?
To make radio buttons mutually exclusive, they need to be given the same name. This is the only way you can have different sets of radio buttons in the same form. For example, in your page you might have one button named mastercard, the other visa. The user never sees the actual field name, so name them both something like creditcard. Then in value, use mastercard and visa to differentiate them when you get back the results of your form.