11 Jul
2006
11 Jul
'06
5:26 a.m.
function mymodule_forms() { $form['mymodule/form_id'] = array( 'callback' => 'mymodule_form_id', 'access' => user_access('can do form_id'),
*snip* doing this is blatantly easy. I actually have the script that changes a return drupal_get_form to a hook forms array. Will post the code later in case anyone is interested.