Set cookie for {save_link} and use it to redirect

I have a multistep for and would like user to login/signup before they submit the multistep form. I am using save and continue option and playing around with confirmation for the same. Using conditional logic for submit I am able to hide the submit button if not logged in and show the user a login/signup form(from save and continue confirmation message). So, if a user chooses to sign in I want the save and continue link to be stored as a cookie and redirect user after logging in to the same state of the multistep form. Also, if user chooses to signup, I want to redirect to the same link again.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.