Right now multiform_get_form accepts each form to be different argument, looking at the code it seems like you are converting them to array using func_get_args()....
could it be made possible to create a function that uses associative array.
This would be helpful while creating form which would be included dynamically.

Comments

d34dman’s picture

StatusFileSize
new1.82 KB

Attaching a patch for the same...