How can I change a login form ? (site/user) I wand add hidden field. I try hook_user but it's not what I want.
http://drupal.org/node/19855
Hook_form_alter is an amazing hook- you can alter any drupal form, adding, changing or removing fields.
--Zivtech--
[Edit] - Got it ! this doesn't work from template.php but works perfectly from my module.
Tsachi Shlidor (@shlidor)
Comments
look here
http://drupal.org/node/19855
hook_form_alter
Hook_form_alter is an amazing hook- you can alter any drupal form, adding, changing or removing fields.
--Zivtech--
Can you please elaborate ?
[Edit] - Got it ! this doesn't work from template.php but works perfectly from my module.
Tsachi Shlidor (@shlidor)