how to show errors in noty |
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?
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'); ?> |
Welcome Guest, Not a member yet? Register Sign In |