This is an API module which lets you put several forms into one <form>.

The usage is very simple: there is one API function to call: multiform_get_form() and you can pass the form names in the attribute list.

$merged_form = multiform_get_form('my_form', 'another_form', 'another_form2');

See multiform.example.inc for an example.

Project information

Releases