In fact print_r($form); reveals that $form is empty. This site was built (or mostly built) by someone else so I don't know what they may have done. Anyone have any ideas about what is going on?
Doesn't that need "base_path() . path_to_theme()" instead of just "path_to_theme()"?
I don't think so, presuming that index.php is running in the root directory, given a simple setup.
Anyhow I could deal with that issue, My main question now is why is $form empty when I call /node/add/d where d is a CCK content type?
Thanks.