Welcome Guest, Not a member yet? Register   Sign In
Form Validation Individual Field Validation
#2

(This post was last modified: 04-01-2016, 02:21 AM by josepostiga.)

If you chain set_rules method with the run method you get exactly what you want.

PHP Code:
if (! $this->form_validation->set_rules($field$field'rules_here')->run()) {
    echo 
form_error($field);


Btw, I don't think this is related to CI4?...
Best regards,
José Postiga
Senior Backend Developer
Reply


Messages In This Thread
RE: Form Validation Individual Field Validation - by josepostiga - 04-01-2016, 02:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB