Hi,
I'm trying to create an Advanced Application Form where non-authenticated users can do the first few steps but after a certain step they can either stop or sign in to continue further the application.
I have a step which redirects to sign in, but once someone signs in it redirects back to the beginning of the application (as a new one) instead of going back to the previous step within the application (keeping all the previous info).
I have tried a few options (trying to append the existing query string) but without success...
Any suggestions?
Thanks!