I've got a membership application iPart that requires a user to either log in or create an account prior to accessing the form. I'd like to replicate the functionality of the event registration process, which allows you to create an account and brings you right back to the event page for registration. My login link works perfectly with the return url, but the create account link does not. The user is required to login after creating their user name and password and then sends them to the site home page rather than back to the membership application. The return url is obviously lost during the create account process. Is there a way to resolve this?
Thanks!