Radio buttons are not selected by default, you need to add the selected="selected" elements to the button tag to have it selected by default. It sounds like you may have this being added to your radio buttons dynamically once the form is submitted, but without seeing your code it's really hard to tell.