heine has a nice form_inspect module. yours sounds similar. maybe merge modules?

Comments

sun’s picture

Thanks for pointing me to http://drupal.org/project/forminspect, moshe. I wasn't aware of that module. From the project description it sounds like form inspect seems to have a different purpose, but I'll certainly have a look at it shortly.

sun’s picture

Status: Active » Closed (won't fix)

No, Form Inspect just provides developer information. Form controller is intended for end-users wishing to *control* forms, meaning enabling/disabling form additions provided by other contrib modules. That said, Journal is the only module that implements support for it currently - actually, Form controller is Journal's administrative settings UI, while Journal's configuration can also be altered via settings.php.