Closed (works as designed)
Project:
Multiple forms
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2012 at 15:12 UTC
Updated:
6 Jan 2012 at 15:39 UTC
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
Comment #1
chx commentedmultiform_get_form is used instead of drupal_get_form not in addition.
Comment #2
dave reidThanks chx. :)