Jarvis Member Jun 20, 2016 #1 I'm trying to refresh the page by doing: PHP: return $this->responseRedirect( XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildPublicLink('route') ); Where route = the route of the current page. Nothing happens after the success message. Any ideas?
I'm trying to refresh the page by doing: PHP: return $this->responseRedirect( XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildPublicLink('route') ); Where route = the route of the current page. Nothing happens after the success message. Any ideas?
Jarvis Member Jun 21, 2016 #2 After enough trial and error, I found the issue. I needed to add HTML: data-redirect="on" To my opening HTML: <form> tag
After enough trial and error, I found the issue. I needed to add HTML: data-redirect="on" To my opening HTML: <form> tag