Welcome Guest, Not a member yet? Register   Sign In
Form Validation and Error String
#1

[eluser]MishaBear[/eluser]
Hello people!

I wanted to ask if there is a way to show ALL errors found in the form validation. Outputting just error_string as shown in the docs returns only the first error encountered in the validation.

Is there something or I can parse the _error_array by myself?

Thanks!
#2

[eluser]Dam1an[/eluser]
As per the user guide
Code:
<?php echo validation_errors(); ?>




Theme © iAndrew 2016 - Forum software by © MyBB