Seems that this doesn't respond to hook_form_alter. I can't figure out why — it's a form ain't it? But I dump the form_ids with that hook in a custom module and the form this module produces isn't listed. Any idea how to get at it?

Comments

phl3tch’s picture

Anyone?

JaapB’s picture

I found a "hook_node_widget_form_alter()" in node.node_widget.inc

Maybe that helps?