Submitted by Brian on Fri, 07/24/2009 - 13:23
One issue that I recently came across with a module I was editing was that the fieldsets / field groups from a CCK type weren't in the $form
array passed to hook_form_alter()
.
According to Andy Chase, In CCK for D5 & D6, the 'fieldgroup' module supplied with CCK is given a weight of '9', which means that it's hooks will be run after most other modules.