Hi,
How to display instructions to present to the user below title field on the editing form in the same way like I can do with CCK fields?
Thank you
Regards

Comments

vm’s picture

likey have to write a hook_form_alter and add #description

mikey_p’s picture

With just modules, you could install CCK and the Automatic Nodetitles module. Then add a CCK field for title, and set the auto node title settings to hide the title field and use the raw token that represents the field you are using for the title. You can then use the display settings of CCK to hide your field, or hide the title.

sopia’s picture

Priority: Normal » Minor
Status: Active » Closed (fixed)

Worked for me in Drupal 5 on edit form like this

print drupal_render($form['field_nameoftitle']['0']['value']);