06-14-2010, 04:56 PM
[eluser]_steve[/eluser]
I've just started using CI and already I'm loving the validation class and the form helper.
I am aware you can show individual error messages in custom delimiters:
However, after searching Google and the forum, I can't find anything on styling the individual fields which failed validation.
Any suggestions?
I've just started using CI and already I'm loving the validation class and the form helper.
I am aware you can show individual error messages in custom delimiters:
Code:
<?php echo form_error('field name', '<div class="error">', '</div>'); ?>
However, after searching Google and the forum, I can't find anything on styling the individual fields which failed validation.
Any suggestions?