Closed (fixed)
Project:
Phone
Version:
5.x-1.5
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2008 at 17:02 UTC
Updated:
14 Apr 2008 at 20:54 UTC
When i am creating a text field for a form using the phone cck and add some help text to it, it doesn't show up on the final form.
How can i make it work?
thankx
Comments
Comment #1
jotapato commentedI really need to show the help text of this cck... im using the field that comes by default on the create field, but nothing shows up...
Comment #2
jotapato commentedI finally found it!!!
In the function phone_widget(), it has to be written this line:
'#description' => t($field['widget']['description']),
in order to capture the text of the "Help Text" field.