Redirecting to URL from selected option
I'm working on a custom page where users
can select a project from a dropdown list. When a project is selected, I need to redirect the user to a to the project selected;but for some reason it's not working.
Here is my code:
Thanks
1 Reply
What route is generated before the call to redirect()? Are you sure that part is working?