drupal module alter view or node
Posted
by bert
on Stack Overflow
See other posts from Stack Overflow
or by bert
Published on 2010-04-18T12:43:40Z
Indexed on
2010/04/18
12:53 UTC
Read the original article
Hit count: 492
I have been using hook_alter to modify forms in a custom PHP module. I started to take the same approach modifying the result page of "node add" form. However this page is not a form so I don't have a form ID to hook on to. Actually it contains a login form, but that does not contain the elements that I am looking for,
What approach should I use in this situation?
© Stack Overflow or respective owner