hello i want to redirect back after a validation but it should go to a specific div id, how can i do it? Example: i have a form
<div id="form"> ... </div> and i want to go /my-url#form ThanksI don't think you can do it with redirect()->back(), you will have to use own url with redirect()->to(...)
TorchSK said:
I don't think you can do it with redirect()->back(), you will have to use own url with redirect()->to(...)
like what?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community