Why doesn't my page redirect?

Liam W

in memoriam 1998-2020
Licensed customer
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 the <form tag that actions the controller, ensure you have:

Code:
data-redirect="on"
 
Back
Top Bottom