Support the ongoing development of Laravel.io →
posted 10 years ago
Forms
Last updated 2 years ago.
0

majidkhan said:

The form submits but show blank page

Time to enable debugging!

app/config/app.php -> 'debug' => true,

Last updated 2 years ago.
0

First, check to see if your route is hot OK.

Route::post('contact', function() {
    dd(Input::all());
}

If it is, you probably don't have your mail set up correctly. Check settings in app/config/mail.php and make sure sending mail is enabled on your server as well.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

majidkhan majidkhan Joined 22 Jul 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.