Calling $all_args = func_get_args(); and then looping through args as each form completely ignores the fact that the first two parameters added by drupal_get_form() and hence multiform_get_form() are actually the root $form and $form_state variables, and not the actual arguments passed into drupal_get_form(). As such this module is completely non-functional.

Comments

chx’s picture

Status: Active » Closed (works as designed)

multiform_get_form is used instead of drupal_get_form not in addition.

dave reid’s picture

Thanks chx. :)