cck text select showing key instead of label
8 Jan
2009
8 Jan
'09
12:05 a.m.
Actually, it's a computed field that's showing the key. I've got a multiple select Text widget, and a computed field that concatenates all of the selected items into a formatted string: foreach( $node->field_medical_service as $item ){ $list[] = $item['value']; } $res = implode( ' & ', $list ); $node_field[0]['value'] = $res; But this gets the key value of the selection, and not the label. I need the label. Should I be accessing something different from 'value'? Is anything else available to me in the computed field?
6347
Age (days ago)
6347
Last active (days ago)
0 comments
1 participants
participants (1)
-
Christopher M. Jones