Active
Project:
CCK Input Elements
Version:
6.x-1.x-dev
Component:
CCK Input Elements - Textfield
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2011 at 01:01 UTC
Updated:
24 Feb 2011 at 08:03 UTC
Hi, I need to make a custom form to add/edit nodes . I have succesfull rendered all cck input forms ,but the form won't be complete without the 'TITLE' . I can't render it like others I have tried everything
$form['title'];
$form['input'];
$form['title']['0']['value'];
Please help , I need it to finish a project
Comments
Comment #1
maulwuff commentedhi,
do you mean something like this?
it's not supported by the cck_inputs code. cck module is used to render the form inside a fieldset. play with the display style settings of the group to alter its style.
it can be found in: admin/content/node-type//display