SOLVED

Redirect issues in Munchkin API

Go to solution
Anonymous
Not applicable

Redirect issues in Munchkin API

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
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Redirect issues in Munchkin API

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.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Re: Redirect issues in Munchkin API

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.