Form Validation validating blank values with min_length and valid_email rules |
The easiest thing is to add required to the set of rules.
PHP Code: $this->form_validation->set_rules([ |
Welcome Guest, Not a member yet? Register Sign In |