Personalize components with managed user details

You can use managed user details to personalize different components of your form project in Zapier Forms. The code snippets below allow you to customize components to display a user's ID, email, or name.

Available on plans:

Free

Professional

Team

Enterprise

Managed user information Code snippet to use
ID {{currentUser.id}}
Email {{currentUser.email}}
Name {{currentUser.name}}
Note

The ID is a unique string of letters and numbers automatically assigned when a user is created in a form project and cannot be changed.

Text component Form component Table component

Text component

  1. From the Forms home, click the title of your form project.
  2. On the pages view, select the page that has your text component.
  3. Click your text component to expand the right sidebar.
  4. In the Content field, enter a code snippet for the field you want to display.
    • Repeat this step for each field you want to use.
  5. Changes will be automatically saved and reflected on the preview.

Using a code snippet to personalize a text component with user details

Note

The space where you place the managed user information will display the default text while editing your page.

Personalization without managed users

If your form project does not have managed users, you can still personalize components using form content.

Was this article helpful?
2 out of 5 found this helpful