Multiple forms
Component ID
733310
Component name
Multiple forms
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
805288
Component created
Component changed
Component body
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.
