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

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

It would work the same, as referenced here: https://codeigniter.com/user_guide/libra...rule-group

You'd just skip the set rules part and, in the config file, define the rule to use and then call that rule group specifically:

PHP Code:
if (! $this->form_validation->run('check_ajax_username')) {
    echo 
form_error('username');

Best regards,
José Postiga
Senior Backend Developer
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB