03.06.2017 · Laravel From Scratch [Part 7] - Forms & Saving Data. In this video we will be creating a form using Laravel Collective to submit blog. Database Connection & Create Table. Create Routes, Controller Method and Blade Page for Step 3 of Multi-Step Process. Let’s go ahead and create necessary code to create third page of our multi step form in laravel. In this step user can review the information added in first two steps and if required can go back to edit the information.
Create a Registration Form for the RegistrationController@create method. We don’t yet have a registration form, so let’s create a folder in our resources directory named registration, and add a create.blade.php view file. Now recall that the value of the name attribute on our input tags are going to be how we fetch the data submitted in the form on the back end. I am unable to pass url in views html form action tag.