21 May
2006
21 May
'06
1:31 p.m.
On 5/21/06, Bèr Kessels <ber@webschuur.com> wrote:
Then just *before* validation to capture the node content and fill a title. So that all possible validation hooks can still run, but that the title has a value.
*removing* the title causes validation errors. So nodeapi(submi) is too late!
In hook_form_alter() try $form['title']['#type'] = 'value'; $form['title']['#value'] = 'dummy value';