Support the ongoing development of Laravel.io →
Eloquent Views Forms
Last updated 1 year ago.
0

In Form::open(), please add 'url'=>action('GameController@results')

If you were not set it, it will be return to GameController@index method

The code should be:

   {{ Form::open(array('method' =>'GET','url'=>action('GameController@results'))) }}
Last updated 9 years ago.
0

@tantam Thanks sir. Made the correctoin. Only question is, what do I have to have in my views to return results from my query? Also how do I assign "name" value in the form opener to pull from certain columns in the dB? Thanks.

0

@tantam Thanks sir. Made the correction. Only question is, what do I have to have in my views to return results from my query? Also how do I assign "name" value in the form opener to pull from certain columns in the dB? Thanks.

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.