Welcome Guest, Not a member yet? Register   Sign In
how to show errors in noty
#1

Im using echo to show errors. I would like to use noty inorder to simply popup the error message. How can I achieve this with codeigniter?
Reply
#2

You can write the error for a field to a variable, and use that in any way you choose.

Code:
<?php $error = form_error('description'); ?>
Reply




Theme © iAndrew 2016 - Forum software by © MyBB