[eluser]Deadly[/eluser]
Where/how should I do that echo? Not sure, sorry... :red:
I added in a log_message call as well, but it doesn't return anything:
Code:
if ($this->form_validation->run() === FALSE)
{
log_message('debug','form validation returned FALSE');
$data['content'] = $this->load->view('register', null, true);
$this->load->view('template', $data);
}