Welcome Guest, Not a member yet? Register   Sign In
How to display form validation error on view page?
#2

PHP Code:
// list all errors
<?= \Config\Services::validation()->listErrors(); ?>

// list defined error
$error = $validation->getError('username'); 

You also create custom error view files see the User Guide on validation library.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: How to display form validation error on view page? - by InsiteFX - 10-24-2018, 08:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB