Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • Interfaces
  • Use interface components

Use form data to personalize components

Written by Owner

Updated at August 20th, 2025

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Tables
    Work with tables Manage tables Create tables Troubleshoot Zapier Tables
  • Product updates
    Product updates: January 2023 Product updates: March 2023 Product updates: February 2023 Product updates: April 2023 Product updates: May 2023 Product updates: June 2023 Product updates: July 2023 Product updates: August 2023 Product updates: September 2023 Product updates: October 2023 Product updates: November 2023 Product updates: December 2023 Product updates: January 2024 Product updates: February 2024 Product updates: March 2024 Product updates: April 2024 Product updates: May 2024 Product updates: June 2024 Product updates: July 2024 Product updates: August 2024 Product updates: September 2024 Product updates: October 2024 Product updates: November 2024 Product updates: December 2024 Product updates: January 2025 Product updates: February 2025 Product updates: March 2025 Product updates: April 2025 Product updates: May 2025 Product updates: June 2025 Product updates: July 2025 Product updates: August 2025
  • Zaps
    Zap basics Zap history Troubleshoot Zaps Manage your Zaps Do more with Zaps
  • Your Zapier account
    Plans Billing Account profile Notifications Data privacy & security Get help User roles and permissions
  • Interfaces
    Troubleshoot Zapier Interfaces Create an interface Use interface components Manage interfaces
  • Canvas
    Create a canvas Collaborate on a canvas
  • Chatbots
    Add logic and knowledge to chatbots Troubleshoot chatbots Create chatbots Manage chatbots
  • Getting started
    Intro to Zapier Set up your Zapier account Use case templates
  • Agents
    Create agents Manage agents Troubleshoot agents
  • MCP
    Set up MCP
  • Built-in tools
    Filter & Paths Formatter Schedule & Delay Email, IMAP, SMTP, & Email Parser Webhooks & Code Storage, Digest, & RSS Sub-Zap & Looping Other built-in tools Custom Actions & API Requests Functions AI by Zapier & AI actions Copilot Human in the Loop
  • Lead Router
    Create routers
  • Apps
    Connect and manage your app connections AI apps on Zapier Apps on Zapier
+ More

Table of Contents

Set up the form and find the field reference ID 1. Find the reference ID 2. Add a Navigate to page action Use a text component Use a form component Filter a Table, Kanban, or Checklist component 1. Create a code snippet 2. Create the component filter Provide feedback and get help

You can use data entered by a user on a form to personalize their experience within the interface. For example, you can greet users by their name or filter a table after they submit a form. 

To use form details on a component, you need: 

  • a field reference ID: a unique ID for a specific field in a form.
  • a Navigate to page action: this allows the form to send a visitor to a different page and make the form submission available on that page.

 

Set up the form and find the field reference ID

1. Find the reference ID

The field reference ID is a unique identifier for each field in your form. 

  1. On a form component, click the field you want to use. A sidebar will open. 
  2. Scroll down to the bottom of the field options, and click REFERENCE.
    • You can use the existing reference ID for the field or type a unique reference ID for each field.
  3. Keep the reference to use later. Repeat these steps for each field you want to use.
  4. Click the Back arrow on the sidebar to return to the form setup.

2. Add a Navigate to page action

  1. In the Actions tab, click + Add action.
  2. In the new window, click the Action dropdown menu. 
  3. Select  Navigate to page.
  4. Click the Page dropdown menu and select a page.
  5. Select the Send data to this page checkbox.
  6. Click Create action.

Once you have completed these steps, you can personalize either a text component or a form component.

 

Text component Form component Table-based components

Use a text component

To customize your text component, you must use a code snippet. This will allow data from the form to be used in the component.

  1. Click your text component. A sidebar will open.
  2. Copy the code snippet that appears below into any text editor on your computer:
    • {{params.fieldreference|default:"default wording"}}
  3. Replace fieldreference with the field reference ID you want to use.
  4. Replace default wording (keep the double quotes) with a default text. This will be used if the form field is blank.
  5. Paste the completed code snippet into the text component Content field. 
actionEdit icon Example

You can show a user's name on the page after they filled out a form. In this example, the field reference ID is "name," and the default wording (what will be used if the form field is blank) is "visitor." So, the code snippet would look like this:

{{params.name|default:"visitor"}}

alternatetext

Use a form component

To fill fields from one form into a different one, you need to ensure the reference ID of both fields is the same. You can paste the original form's reference ID into the second one.

  1. Go to the page you selected in the Navigate to page action.
  2. Find and click the form component you want to use to display information from the original form. A sidebar will open. 
  3. Scroll down and click REFERENCE. The section will open.
  4. Paste the reference ID you obtained from the first form into the Reference ID field. You can repeat these steps for each field you want to use.

 

Filter a Table, Kanban, or Checklist component

You can filter components based on Zapier Tables using any value or form data. To use form data, follow the steps below:

1. Create a code snippet

  1. Copy the code snippet that appears below into any text editor on your computer:
    • {{params.fieldreference}}
  2. Replace fieldreference with the reference ID of the form field you want to use for filtering. 
  3. Copy the updated code snippet to your clipboard. You'll use this snippet as your filter value.

2. Create the component filter

  1. Go to the page you selected in the Navigate to page action.
  2. Find and click your Table, Kanban, or Checklist component. A sidebar will open. 
  3. Click the Data tab.
  4. Click Filter.
    • Click the first dropdown menu to select the field that will be filtered.
    • Click the second dropdown menu to select the rule.
    • Click the text field and paste the code snippet you create earlier. 
  5. Click Save changes.

 

If your interface has managed users, learn how you can personalize components with managed user information.

 

Provide feedback and get help

Submit feature requests, provide feedback, and get help from the Interfaces team.

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Use forms in Zapier Interfaces
  • Types of components in Zapier Interfaces
  • Fill form fields in advance in Zapier Interfaces
  • Personalize text components with user details
  • Use dynamic filters to show personalized information

Copyright 2025 – OBZ-Zapier.

Knowledge Base Software powered by Helpjuice

Expand