Support the ongoing development of Laravel.io →
posted 9 years ago
Forms
Last updated 1 year ago.
0
Solution

You're not using the Laravel Form helpers, if you want it to automatically populate the fields, then you need to use that. http://laravel.com/docs/4.2/html

Alternatively you can just do

<input type="text" name="some_input" value="{{ Input::get('some_input') }}">
0

Sign in to participate in this thread!

Eventy

Your banner here too?

alu0075 alu0075 Joined 2 Jan 2015

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.