diff --git a/app/views/about_us.blade.php b/app/views/about_us.blade.php index d1f51a43450c..f5efb7fdea2a 100644 --- a/app/views/about_us.blade.php +++ b/app/views/about_us.blade.php @@ -9,28 +9,41 @@ @stop @section('body') - + +{{ Form::open(array('url' => 'get_started', 'id' => 'startForm')) }} +{{ Form::hidden('guest_key') }} +{{ Form::close() }} + +
+