Skip to content

Instantly share code, notes, and snippets.

@ForGravity
Created August 15, 2017 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ForGravity/b92741579646897fdd68855f59ad71f1 to your computer and use it in GitHub Desktop.
Save ForGravity/b92741579646897fdd68855f59ad71f1 to your computer and use it in GitHub Desktop.

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.

Adding an Easy Passthrough Token

  1. Go to the Confirmation or Notification you want to add the token to.

  2. 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.

When the user visits that link, the entry will be added to their current session and usable by any forms that use that entry's source form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment