This topic contains 0 replies, has 1 voice. Last updated by Colin Hahn 3 years, 2 months ago.
Topic Author | Topic |
---|---|
Posted: Tuesday Oct 29th, 2013 at 3:09 pm #60737 | |
I am trying to determine if s2member Pro will allow me to pass parameters through an user registration process. I currently have an externally hosted order form on InfusionSoft. When the user completes that form, he or she is taken to a WP page that processes the order. That page uses some of the URL parameters in order to determine what custom capabilities to add for that user. To make sure the user is logged in (so that there is an account to add custom capabilities to), I have protected the order processing page. Anyone who is not logged in is shown the pro login widget, and if they log in then they are sent to the previous page. Since the previous page includes the URL parameters, the order processing page works fine. But, if the user does not yet have an account and follows the sign up link from the pro login widget, then the user is not sent to the processing page and the URL parameters are lost. Is there a way to implement the “previous page” redirect functionality in the sign-up part of the site? In other words, what I want the final workflow to look like, for a user who does not yet have an account, is: 1) InfusionSoft goes to processing-page/?order_product=xyz
|