Checkbox label as link
| Project: | Content Construction Kit (CCK) |
| Version: | 5.x-1.x-dev |
| Component: | General |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
I have a text_field defined as checkboxes with 2 (allowed) values in it with the format key|value. Multiple values and full html output are set for this field. Here's an example :
in the field definition
value1key|Value1
value2key|Value2
in the edit node window
[X] Value1
[ ] Value2
in the node output
Value1
Nothing really magic there !!!
But I would like to have the output of the checkboxes returned as links pointing to specific nodes which have the key value as name??? I'm using the contemplate module as well to have full control over my output and tried to hack something in it without success. I can't make this work !!!
Maybe there's another way to do what I want but ... ??
Thanks for any help

#1
The following worked for me:
Home › Administer › Content management › Content types › my content type - configure
Please find attached screenshots