Action Method
The following method will allow you to change the form's action attribute provided with the open() method.
action (string controller)
- controller: the controller that handles the form's action
Usage Example
$this->form->action('login');