I have a form and I want to redirect after the form submiting .
I have used
<input type="hidden" name="RedirectURI" value={"content/view/full/2"|ezurl} />
but it does not work. I have ez publish 3.6.1
Is it a form for content/edit? Then the name of your input field should be <b>RedirectURIAfterPublish</b>. You can also specify the location to redirect to if you discard the draft. The name of this input field is <b>RedirectIfDiscarded</b>.