Welcome Guest, Not a member yet? Register   Sign In
trim|valid_email not working in validation
#15

Firstly load form_validation library after that use set_rules
Check this code for valid email


$this->load->library('form_validation');
$this->form_validation->set_rules('email', 'Email address', 'trim|required|valid_email');
Reply


Messages In This Thread
RE: trim|valid_email not working in validation - by XtreemDeveloper - 01-08-2018, 11:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB