We are a turnkey Software solution provider for SharePoint Platforms.
Works on all SharePoint platforms !! Learn more
There is no limits with SPARK Workflow!! Learn more
Can we change the redirection of form page while submission?
You can use the button control inside the form, and add the following rule of type action and trigger "onChange":
onClick(btnSave,saveWithRedirect('http://google.com'))
and it will save the form and redirect you to google page, you can use relative url path to redirect the user to current url's relative pages.