When previewing a content (content type was created with CCK), the selections in radio button fields are removed, and the user will need to select them again before submitting.

This is how I defined the radio button field:

Widget: Check boxes/radio buttons
Default value (in PHP box): return array(0=>array('value'=>0));
Global settings: Required: checked, Number of values: 1, Text processing: Plain text, Allowed values list: 1|Yes 0|No

I'm using Drupal 6.1.

Comments

karens’s picture

Could possibly be related to other optionwidgets bugginess in http://drupal.org/node/224391.

karens’s picture

Status: Active » Fixed

This was actually a problem for all optionwidgets fields. I think I found the right fix for this.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.