[eluser]Thorpe Obazee[/eluser]
[quote author="PHP Creative" date="1247364078"]Hi there
How do you post a form without validation?
For example I have a form on the first page and when submitted it goes to another form on the second page but somehow the validation checks on the second form are activated when the first is posted. Any ideas?
Thanks a million.[/quote]
If you don't want the validation, then don't use it.
When you pass data to the second page, you can always use $_POST or $this->input->post().