Welcome Guest, Not a member yet? Register   Sign In
Validation library/Helper form
#4

[eluser]McNoggin[/eluser]
I think you need to run the validation before it will generate the error messages.

You need to call $this->validation->run() somewhere after this line

$this->validation->set_fields($data);

and before

data["fname"] = array('name' => 'fname', 'id' => 'fname', 'class' => ($this->validation->fname_error<>"") ? 'textbox error' : 'textbox', 'value' => $this->validation->fname);

Otherwise I don't think its generated the error message yet.


Messages In This Thread
Validation library/Helper form - by El Forum - 10-20-2008, 02:30 PM
Validation library/Helper form - by El Forum - 10-20-2008, 03:32 PM
Validation library/Helper form - by El Forum - 10-20-2008, 03:40 PM
Validation library/Helper form - by El Forum - 10-20-2008, 04:47 PM
Validation library/Helper form - by El Forum - 10-20-2008, 04:51 PM
Validation library/Helper form - by El Forum - 10-20-2008, 04:57 PM
Validation library/Helper form - by El Forum - 10-21-2008, 02:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB