I have a page of the format www.test.com/policy-info/
which has a form that takes you to another page www.test.com/payment-info.
Now I am redirecting the page from www.test.com/payment-info to www.test.com/policy-info based on the some values obtained from the form. How do I redirect with certain values in the url. the filename is policy-info.phtml.
Is this the only way to redirect? $this->redirect(www.test.com/policy-info/index.phhtml&count=2);