I have created a custom module a with its own controller, my problem now is that i could only process the form fields on the first page, when the form send the data of the first page to the second page, The form doesnt process anything, give dissallowed error. My point is that, I have tried to use form_open(...) and $this->form->open(..), still the page does not process the form to the specified action url. Please how do i do this.
Thanks
Comments
1. The URI path of the first page of the form
2. The URI path of the page it's submitting to
3. Any route information in the custom modules fuel/modules/config/{module}_routes.php
4. Any controller processing code that may be helpful to explain the issue.