Welcome Guest, Not a member yet? Register   Sign In
Form errors not showing.
#3

[eluser]austintbiggs[/eluser]
But I am using it!

See here:
Code:
...         else
        {  //the user is not logging in so display the login page
            //set the flash data error message if there is one
            $this->data['message'] = (validation_errors()) ? validation_errors() : $this->session->flashdata('message');

            $this->data['email'] = array('name' => 'email',
                'id' => 'email',
                'type' => 'text',
                'value' => $this->form_validation->set_value('email'),
            );
            $this->data['password'] = array('name' => 'password',
                'id' => 'password',
                'type' => 'password',
            );

            $this->load->view('body/login', $this->data);
        } ...

And here:
Code:
<div id="infoMessage">&lt;?php echo $message;?&gt;</div>


Messages In This Thread
Form errors not showing. - by El Forum - 04-25-2011, 10:45 PM
Form errors not showing. - by El Forum - 04-26-2011, 12:32 AM
Form errors not showing. - by El Forum - 04-26-2011, 01:09 AM
Form errors not showing. - by El Forum - 04-26-2011, 01:25 AM
Form errors not showing. - by El Forum - 04-26-2011, 01:40 AM
Form errors not showing. - by El Forum - 04-26-2011, 02:00 AM
Form errors not showing. - by El Forum - 04-26-2011, 01:51 PM
Form errors not showing. - by El Forum - 04-26-2011, 01:54 PM
Form errors not showing. - by El Forum - 04-26-2011, 06:54 PM
Form errors not showing. - by El Forum - 04-26-2011, 07:22 PM
Form errors not showing. - by El Forum - 04-26-2011, 07:57 PM
Form errors not showing. - by El Forum - 04-27-2011, 12:27 AM
Form errors not showing. - by El Forum - 04-27-2011, 12:52 AM
Form errors not showing. - by El Forum - 04-27-2011, 01:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB