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

First try this:

 // change this {{ Form::text('email', '', array('class'=>'form-control', 'placeholder'=>'Email')) }}
 // to:
 {{ Form::email('email', null, array('class'=>'form-control', 'placeholder'=>'Email')) }}

then get rid of that:

<input type="text" name="email" placeholder="Email" autocomplete="off" class="form-control placeholder-no-fix">

as it probably should be another form

Last updated 2 years ago.
0

Same thing is happening ... the password value is appearing but not the email...

Last updated 2 years ago.
0

And the problem is only with this form ... I have a registration form also and that works fine...

Last updated 2 years ago.
0

Got it ... Thanks :)

Last updated 2 years ago.
0

Haseeb90 said:

Got it ... Thanks :)

How did you solve it? Would you please share your solution with us?

0

Yes please tell us how @Haseeb90

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Haseeb90 haseeb90 Joined 8 Apr 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.