Form Validation, validation->error_string not displaying |
[eluser]freakish777[/eluser]
So following the instructions here, when I don't fill out the form correctly I don't see the error string above my re-loaded form. However when I switch: Code: if ($this->validation->run() == FALSE) to: Code: if ($this->validation->run() == FALSE) I do in fact see the error string. Has anyone else experienced something similar? Is there some type of scope issue on the variables? I would imagine once they're set they'd be accessible in any of the views you load them in later... |
Messages In This Thread |
Form Validation, validation->error_string not displaying - by El Forum - 10-26-2008, 08:06 PM
Form Validation, validation->error_string not displaying - by El Forum - 10-26-2008, 08:08 PM
Form Validation, validation->error_string not displaying - by El Forum - 10-26-2008, 08:16 PM
Form Validation, validation->error_string not displaying - by El Forum - 10-26-2008, 09:04 PM
Form Validation, validation->error_string not displaying - by El Forum - 10-27-2008, 06:56 AM
Form Validation, validation->error_string not displaying - by El Forum - 10-27-2008, 03:27 PM
|