Drupal 6 CCK - Having a textbox appear when 'Other' is selected
Posted
by espais
on Stack Overflow
See other posts from Stack Overflow
or by espais
Published on 2010-05-25T22:08:18Z
Indexed on
2010/05/25
22:11 UTC
Read the original article
Hit count: 216
I have a special content-type that I have created, and one of the fields is a radio button list. The last element is named 'Other' and I would like to have a textbox appear and allow the user to enter in a non-defined value.
Is this sort of capability provided by any sort of module, or is this something that needs to be coded by hand? (If so, would you mind pointing me in the correct direction?)
© Stack Overflow or respective owner