Method Method
The following method will allow you to change the form's method attribute. You can call this method anytime before you actually get the form.
method (string method)
- method: either 'post' or 'get'
Usage Example
$this->form->method('get');