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

[eluser]InsiteFX[/eluser]
Take the comma of the end of this!
Code:
$this->data['email'] = array('name' => 'email',
    'id' => 'email',
    'type' => 'text',
    'value' => $this->form_validation->set_value('email'), // Romove comma! end of array no comma
);

$this->data['password'] = array('name' => 'password',
    'id' => 'password',
    'type' => 'password', // Remove comma! end of array no comma
);

InsiteFX


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