Easy Passthrough allows for entry data to be transferred across multiple sessions using the special Easy Passthrough token. This token is a secret key, unique to each entry, preventing random users from guessing at the token and passing through entries they should not have access to.
Easy Passthrough token links can be added to both form confirmations and notifications.
- Go to the Confirmation or Notification you want to add the token to.
- Add the
ep_token={Easy Passthrough Token}
query parameter to your link.
For example, if your original link is https://example.com/getting-started/
, your link with the query parameter should be https://example.com/getting-started/?ep_token={Easy Passthrough Token}
. The {Easy Passthrough Token}
merge tag will automatically be replaced with the token unique to that entry.