Drupal 8 Redirect form on form submit
Problem:
I need to redirect a form to a specific URL on submit
Solution
- Add a custom submit on hook_form_alter();
-
Use either of the lines below
-
I need to redirect a form to a specific URL on submit
Use either of the lines below
I face an uncommon situation where I needed to get the order by the user who is the customer (or the person who ordered the item) and I also had the id of the product i purchased. Usually what happens is we need to find
I had 2 approaches