Hi. I have a cck's node. I need to change the value of some fields when the "add" form is created. I know that I need to use hook_fom_alter() or hook_form_form_id_alter(). But now the question: why the output of a print_r($form) executed in the hook_form_form_id_alter() function is not the same that I receive if I exec the print_r() in the hook_form_alter() function. The first does not contain the cck fields.
Is only a my installation problem or is normal ?
M.