Closed (fixed)
Project:
Webform
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2007 at 20:50 UTC
Updated:
1 Feb 2008 at 05:35 UTC
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
Comment #1
kenorb commentedTry to look at this bug: http://drupal.org/node/216295
Comment #2
quicksketchThis 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.