Laravel5.2 is in use. I know how to receive text, email, select, radio, textarea, and save them to the database, but I don't know how to receive and save a set of checkpoints to the database. For example, in the following example: {code ...} laravel 5.2 is in use. I know how to receive text, email, select, radio, textarea, and save them to the database, but I don't know how to receive and save a set of checkpoints to the database.
For example:
{!! Form::open(array('url' => 'foo/bar')) !!}
Email address
We'll never share your email with anyone else.
Password
Example select
1 2 3 4 5
Example multiple select
1 2 3 4 5
Example textarea
File input
This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to a new line.
Option one is this and that—be sure to include why it's great
Option two can be something else and selecting it will deselect option one
Option three is disabled
1 2 3
Submit {!! Form::close() !!}
Reply content:
Laravel 5.2 is in use. I know how to receive text, email, select, radio, textarea, and save them to the database, but I don't know how to receive and save a set of checkpoints to the database.
For example:
{!! Form::open(array('url' => 'foo/bar')) !!}
Email address
We'll never share your email with anyone else.
Password
Example select
1 2 3 4 5
Example multiple select
1 2 3 4 5
Example textarea
File input
This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to a new line.
Option one is this and that—be sure to include why it's great
Option two can be something else and selecting it will deselect option one
Option three is disabled
1 2 3
Submit {!! Form::close() !!}
Use name = check []
This receives an array.