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

jotapato’s picture

Priority: Normal » Critical

I 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...

jotapato’s picture

Status: Active » Closed (fixed)

I 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.