Welcome Guest, Not a member yet? Register   Sign In
Form submit error messages
#1

[eluser]iceuser[/eluser]
I have a div where i echo the errors that show up in my form.

The thing is that in the view i do this:

Code:
<div class="submit_message">
  &lt;?php echo validation_errors(); ?&gt;
</div>

But when i go to the page without submitting it, i can see the error div being there without anything on it...


I want to hide it before the form is submitted, what is the best way to do this?

Thanks.




Theme © iAndrew 2016 - Forum software by © MyBB