Hey, I'm making a comment form and I'd like to send the user directly to the form after submitting the comment, so basically just adding #comments
after the URL. I'm redirecting with
Redirect::back()->with("message", "Comment added!");
If you don't mind it on error as well (if there's any validation), just use action="#comments" on the form?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community