Hi
When I miss to click on one of the radio buttons I get
"An illegal choice has been detected. Please contact the site administrator"

However missing to enter text in a text "Text area field" it is showing correctly which field I miss
Drupal 5.2

I read the old issue but it seems that radio buttons choices are still having the problem
http://drupal.org/node/92403
thx

Comments

kenorb’s picture

Try to look at this bug: http://drupal.org/node/216295

quicksketch’s picture

Category: bug » support
Status: Active » Closed (fixed)

This problem can be caused when you set a default value for a set of radio buttons that is not a valid option. In this case, no default will be set on the client-side form, but it will still be submitted as the value if the user does not select a different option.

If this is not the scenario you are describing, please re-open.