On Jul 28, 6:26 am, René <nachrichten.onl...@gmail.com> wrote: > I've experienced the same behaviour, and I noticed something that > probably is the solution. I have a website that provides several > quizes and questionaires, and all radio buttons created using the > INPUT() method have the "checked" attribute set by default. I tried to > define it explicitly for one field only, but it's still set with all > fields anyway.
After viewing the source on my form after submission, this is what is happening to me as well. For whatever reason, all the radio buttons have the checked attribute. I still haven't figured out what exactly is causing this though, still looking for suggestions.