you should change your controller into the following
return Redirect::to('contact')->with('error',$validator)->withInput();
and your view into
{{ HTML::ul($error, array('class'=>'errors'))}}
Found it, In contact.blade.php this line was missing : {{ Form::open(array('url' => 'contact')) }}
Roelof
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community