Problem/Motivation
To make the FormBuilder code more consistent and clean I suggest to replace the calls to func_get_args with the proper use of the variable-length argument.
Steps to reproduce
This is just an improvement to the current FormBuilder code.
Proposed resolution
Add the variable-length argument to getForm and submitForm methods.