R – MOSS Workflow with InfoPath forms – Redirect after submit

infopathmossworkflow

I have a MOSS workflow that uses InfoPath forms.
After submitting the form, MOSS saves the information and redirects the user to a list of items.

Is there a way to control where the user is redirected after the InfoPath form is saved?
I'd like to redirect him to another page of my MOSS site.

Best Answer

Use the "Source" parameter within the query string; you'll be redirected to that page after the form closes.

Ex.

http://spserver/finance/Invoices/986.xml?&Source=http://spserver/finance/Pages/approvals.aspx&OpenIn=Browser

Related Topic