Can you send parameters to an element or just to a page? Is there any way to push parameters through a series of pop up workflows (like saving information and then having a user create a login and then going to a page after the email is verified and sending that info there?)
Parameters are just on a page level, they are stored in the url. You can send data through parameters and reference them from the popup, or you can save values as states into the popup.
You can also save data directly onto the ‘current user’ if you are trying to create a profile for that user.
Does that make sense?
1 Like