Welcome Guest, Not a member yet? Register   Sign In
Problem with validation redirect
#6

[eluser]Irfan Cikoglu[/eluser]
[quote author="mbrzuzy" date="1310070411"][quote author="Irfan Cikoglu" date="1310070125"][quote author="mbrzuzy" date="1310069495"][quote author="Irfan Cikoglu" date="1310068346"]Use like this:
Code:
$this->load->view('register', $data);
instead of $this->index(); Wink[/quote]

He might have code that he needs executed in the index() function before loading the registration page, in that case what he could do is something like this:

Code:
redirect('register');

or

Code:
redirect(base_url() . 'register');

depending on how you have your site setup.[/quote]
Sorry, it looks like i misunderstood the question.[/quote]
I just re-read his question, looks like I was the one to misunderstand.

jacobson: Is the problem that errors aren't displaying, or the form isn't populating with the data they entered before submitting?[/quote]
The question turned into a puzzle Big Grin


Messages In This Thread
Problem with validation redirect - by El Forum - 07-06-2011, 07:20 AM
Problem with validation redirect - by El Forum - 07-07-2011, 08:52 AM
Problem with validation redirect - by El Forum - 07-07-2011, 09:11 AM
Problem with validation redirect - by El Forum - 07-07-2011, 09:22 AM
Problem with validation redirect - by El Forum - 07-07-2011, 09:26 AM
Problem with validation redirect - by El Forum - 07-07-2011, 09:28 AM
Problem with validation redirect - by El Forum - 07-07-2011, 03:01 PM
Problem with validation redirect - by El Forum - 07-07-2011, 08:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB