Is there functionality to pass a value into a Portal screen?

Hi All,

I’d like to pass a value (specifically, email address or newsletter choice) into a the Portal screen that pops up at #/portal/signup . In other words, the user types their email somewhere else on the site, and when they submit, they are taken to the full screen with all the plans, a place to enter their name, newsletter options, etc. I’m not seeing a way to do that as easily as I’d like (i.e. by adding a query string with the value or posting it in the request body). But maybe I’m missing it.

I /could/ recreate the whole page outside Portal that collects all the sign-up information and newsletter subscriptions so that I can get that value, but that feels like I’ve surely got to be missing something easy. So… am I missing something easy?

I’m not sure I know what you’re exactly trying to do, but these resources might help.

Thanks for the links. I’ve read those. I’d like to be able to pre-fill the user’s email address in the Portal pop up.