Hello all,
I have a three choice sign up plan with buttons that sets a custom state on the index page called plantype. That is fine. When the plan button is clicked it calls the bubble sign up action and the login popup appears. The goal is to pass the plantype to the next page via a URL but I can’t work out when I am in the login popup and the sign up button is clicked, how do I get the state (plantype) that was set prior? Once I can work out how to do that I can pass that via a URL param.