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.
Thank you!
Kyle
You can call the page’s custom state at anytime in the workflow
1 Like
Let’s say that your page name is “login” and you’ve set a custom state at page level called “plan” of type text.
When you’re navigating to a different page, there is check box “Send more parameters to page”, check this box.

Now you need to define a key, let’s call it “plantype” for simplicity. Put the value of this key as “login’s plan’s value”.
On the next page, you can now use URL parameters to extract the plantype.
2 Likes
To both of you - thank you very much. I ended up quickly pinging to a table, but will rework.
system
Closed
5
This topic was automatically closed after 70 days. New replies are no longer allowed.