I have a "Check boxes/radio buttons" field, without "multiple values" with options set as

0|Off
1|On
2|Multiple

This is always rendered with an unwanted "N/A" option. I've gone through the issue queue and see similar issues whose suggestions I have tried with no success.

This is for D5.

Comments

yched’s picture

Status: Active » Fixed

This won't appear if your feild is 'required'.
If your field is inherently 'not required', other possibility :
this 'N/A' text is generated by a theme function in optionwidgets.module : theme_optionwidgets_none
you can override it in your theme.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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