Welcome Guest, Not a member yet? Register   Sign In
Combine with() and withInput() during redirection
#1

I have a form which after submission, i would like to redirect back with a custom message and old inputs. The code below does the redirection unfortunately it does not return with the old data.
PHP Code:
return redirect()->back()->with("failed""All fields are required!")->withInput(); 
So i was wondering if it is possible to append withInput to with.
Thanks
Reply


Messages In This Thread
Combine with() and withInput() during redirection - by coderscvoen - 06-18-2022, 05:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB