AndrewSimm
Well-known member
I have a page that looks like this "index.php?players/lorenzo-lingard.832/"
On that page I have a form that updates something on the page. What I am trying to do is submit the data and the redirect back. I don't think I will have a problem doing the redirect in the controller, but I can't seem to figure out the action.
On that page I have a form that updates something on the page. What I am trying to do is submit the data and the redirect back. I don't think I will have a problem doing the redirect in the controller, but I can't seem to figure out the action.
PHP:
<xf:form action="{{ link('players') }}" method="get" class="form">