Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.2
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2009 at 22:28 UTC
Updated:
14 Apr 2009 at 13:15 UTC
I need to create a field with several options available as radio buttons, one of which is an "other" option. If "other" is selected, the user must fill out a text field describing that option. Is there an existing way to do this?
Thanks!
Comments
Comment #1
yched commentedNope, CCK doesn't offer this out of the box, you'll have to add your own validation steps in a custom module, either through hook_nodeapi('validate'), or by adding a FAPI #element_validate callback to the right form element.