How to Redirect to a URL instead of getting xml response while adding records using REST API method ?

How to Redirect to a URL instead of getting xml response while adding records using REST API method ?

Hi,

I am having a web page using which i am entering the data in to zoho creator using the "REST API Add Record" method.I am using the xml as request method and getting the Response as an xml when submit is clicked.

But i want the page to redirect to another page insted of getting the xml response after clicking on submit button. Please provide me information on how to get this done.