Skip to content

Instantly share code, notes, and snippets.

To generate a PDF when a form is submitted, you need to create a Fillable PDFs feed. This feed tells Fillable PDFs what to do with the submitted form entry to generate the PDF.

Creating a Fillable PDFs Feed

  1. Go to the Form Settings page on the form you want to generate a PDF for and click on the Fillable PDFs tab.
  2. Click the Add New button to create a new Fillable PDFs feed.

Configuring Feeds

General

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.