On Tue, Jan 18, 2011 at 8:28 AM, Steve Ringwood <nev...@tds.net> wrote: > While it makes sense to prefer the for hook_form_FORM_ID_alter(), it is > called before the more > general hook_form_alter() so if you want to run after all other alterations > you need to use hook_form_alter() .
Not according to http://api.drupal.org/api/drupal/modules--system--system.api.php/function/hook_form_alter/6. Exactly the opposite actually. Justin