Redirect issues in Munchkin API | Community
Skip to main content
March 26, 2013
Solved

Redirect issues in Munchkin API

  • March 26, 2013
  • 1 reply
  • 866 views
Hi 

I have a scenario where after  submitting the form via munchkin Api i need the user to get redirected to step 2 on the same page is there a way by which i can send null value for both the return parameters(returnurl,returl) so that the page is not redirected via munchkin Api

Thanks
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
I think the only way to accomplish this would be to redirect back to the same page with a URL variable. So lets say the form is at http://www.yoursite.com/contact/ then the redirect would be to http://www.yoursite.com/contact/?step=2

You'd just need to use some javascript to show the second step when that variable is present.

1 reply

Accepted solution
April 1, 2013
I think the only way to accomplish this would be to redirect back to the same page with a URL variable. So lets say the form is at http://www.yoursite.com/contact/ then the redirect would be to http://www.yoursite.com/contact/?step=2

You'd just need to use some javascript to show the second step when that variable is present.