On 7/1/06, Augustin (a.k.a. Beginner) <drupal.beginner@wechange.org> wrote:
hook_form_alter() allows us to change forms according to their form_id:
http://api.drupal.org/api/HEAD/function/hook_form_alter
Am I missing something easy, or the only way to figure out what is the form_id
of a specific form is to pour over the code and figure out which module
initialized the said form?
Devel.module doesn't seem to help with that.