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

maulwuff’s picture

hi,
do you mean something like this?

<form title="test">
blubb
</form>

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