Form Generation Library


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)

Usage Example

$this->form->method('get');