Nothing to load yet
A route in the hash — recommended
Any query you append is handed to the iframe untouched — the only way to send params the plugin doesn't read itself, like the dev flags.
#/<account>/<code>/the returns portal#/<account>/<code>/registration/registration flow#/<account>/<code>/?skip_submit=true&draft=trueany params the portal reads — here, the draft config with nothing submitted#/<uuid>/options/articles page of an existing registration#/<uuid>/confirmation/confirmation page — the Receive button shows up here?environment=staging#/<uuid>/options/against staging —environmentpicks the server, so it stays in the query
Params in the URL — the alternative
?account=<account>&code=<code>live returns portal?account=<account>&code=<code>&entryPoint=registrationregistration flow?account=<account>&code=<code>&environment=staging&draft=truestaging, draft config
Optional params
entryPoint | returns (default) or registration. |
environment | live (default), staging or development. Defaults to development on localhost. |
The plugin reads lang, draft, server and the auto-login params (reference, identifier, identifier_alternate, security_hash) off the address bar itself — see the Returns Portal v2 docs.