Is it possible to override the default form when creating or editing a node? I want to change the name of the Title field for a specific node type, not all node types. It looks like, based on node.module's node_form function that it is not possible, and in scanning http://drupaldocs.org, nothing is jumping out at me. I am hoping, however, that I am overlooking something.
Is it possible to override the default form when creating or editing a node? I want to change the name of the Title field for a specific node type, not all node types. It looks like, based on node.module's node_form function that it is not possible, and in scanning http://drupaldocs.org, nothing is jumping out at me. I am hoping, however, that I am overlooking something.
I believe this is what you are after: http://drupaldocs.org/api/head/function/hook_form_alter
You might want to ask these questions on the dev list :)
-K