I have a form library containing Infopath forms. I am having Back and Next buttons on Infopath forms. I want functionality that when user clicks on the "Next" button it should redirect user to the next browser based Infopath form. If user clicks on the Back button on the Infopath form it should redirect user to the Previous browser based infopath form in the form library. Basically I need Redirecting functionality on an Infopath button. When user clicks on the button he should be redirected to another browser based Infopath form. Writting Response.Redirect on the Form submit event doesnt do anything.
Any Help will be appreciated ... !!!