Liam W in memoriam 1998-2020 Aug 1, 2013 #1 In a controller, I return $this->responseredirect, but it doesn't redirect. I get the saved message, but it stays on that page. Why is this, and how can I make it redirect?
In a controller, I return $this->responseredirect, but it doesn't redirect. I get the saved message, but it stays on that page. Why is this, and how can I make it redirect?
Chris D XenForo developer Staff member Aug 1, 2013 #2 In the <form tag that actions the controller, ensure you have: Code: data-redirect="on"