Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.7
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2008 at 23:45 UTC
Updated:
11 Sep 2008 at 05:33 UTC
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
Comment #1
yched commentedThis 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.