> ## Documentation Index
> Fetch the complete documentation index at: https://fillout.com/help/llms.txt
> Use this file to discover all available pages before exploring further.

# Answer piping

> Use previous answers or inputs to control logic, personalize your form, or show read-only fields.

## What is answer piping?

**Answer piping** displays a respondent's previous form inputs into texts or read-only fields for a more personalized and interactive experience. Fillout lets you reference:

* <Icon icon="file-lines" iconType="solid" /> - [previous answers](/answer-piping)
* <Icon icon="link" iconType="solid" /> - [URL parameters](/url-parameters)
* <Icon icon="calculator" iconType="solid" /> - [calculations](https://www.fillout.com/help/calculations#pre-fill-fields-with-a-calculation)
* <Icon icon="calendar" iconType="solid" /> - [custom dates](/pre-fill-dates) (e.g., today, a month from now, etc.)
* <Icon icon="user" iconType="solid" /> - [enriched emails](https://www.fillout.com/help/lead-enrichment#how-to-enrich-emails) with company information
* <Icon icon="database" iconType="solid" /> - database records

## Reference field labels

To reference previous form inputs in headings, paragraphs, and banners, type **@**. Then, select the field or question, or simply search for it.

<img src="https://mintcdn.com/fillout-005a867b/eyFDt8-J2lN7LjRZ/images/logic/image-19.png?fit=max&auto=format&n=eyFDt8-J2lN7LjRZ&q=85&s=9fb29068f974b8f34220999c09ab08db" alt="Screenshot of the Form designer tab of a form" style={{ width:"66%" }} width="1403" height="1043" data-path="images/logic/image-19.png" />

Test your form by clicking `Preview` in the upper right corner.

<img src="https://mintcdn.com/fillout-005a867b/eyFDt8-J2lN7LjRZ/images/logic/image-20.png?fit=max&auto=format&n=eyFDt8-J2lN7LjRZ&q=85&s=1a40af420ceb3f5b1790c68ac5b9c6e6" alt="Screenshot of the Form designer tab of a form" style={{ width:"67%" }} width="1147" height="948" data-path="images/logic/image-20.png" />

<Info>
  Need help troubleshooting? Our team can help. Send an email to [support@fillout.com](mailto:support@fillout.com).
</Info>

## Reference integration records

If your form is set to [update an existing record](https://www.fillout.com/help/airtable-update-form#how-it-works) in an integration (e.g., in Airtable or HubSpot), you can display values from that record in your form.

In your heading or paragraph, type **@**. Then, click <Icon icon="database" iconType="solid" /> followed by `Updating records` to choose the field you'd like to display.

<img src="https://mintcdn.com/fillout-005a867b/LKNN14ScnYjoUWhR/images/Screenshot2026-03-05at7.23.15PM.png?fit=max&auto=format&n=LKNN14ScnYjoUWhR&q=85&s=dafbb71999d5fccb90ec2cb1c1b97191" alt="Screenshot 2026 03 05 At 7 23 15 PM" title="Screenshot 2026 03 05 At 7 23 15 PM" style={{ width:"86%" }} width="1634" height="1130" data-path="images/Screenshot2026-03-05at7.23.15PM.png" />

In our example, we'll reference a client's name and project details.

<img src="https://mintcdn.com/fillout-005a867b/LKNN14ScnYjoUWhR/images/Screenshot2026-03-05at7.24.17PM.png?fit=max&auto=format&n=LKNN14ScnYjoUWhR&q=85&s=b324449302fe225f86ad8e7cb2b9e8ad" alt="Screenshot 2026 03 05 At 7 24 17 PM" title="Screenshot 2026 03 05 At 7 24 17 PM" style={{ width:"74%" }} width="1440" height="1326" data-path="images/Screenshot2026-03-05at7.24.17PM.png" />

## Reference answer fields

Reference inputs in answer text fields and choice fields by [pre-filling](https://www.fillout.com/help/prefill-fields).

Fillout also let's you show or a hide a question or field based on previous form inputs via Logic in the right-hand panel. Check out this [quick guide](https://www.fillout.com/help/conditional-hiding#hide-a-question-based-on-a-condition).

## Reference subform values

You can insert data from a subform into your main form. Learn how to [here](https://www.fillout.com/help/import-subform-data).

## Reference linked record data

To display data from a linked record in your form, check this [guide](https://www.fillout.com/help/record-pickers#reference-fields-from-the-chosen-airtable-record).

## Related articles

<CardGroup cols={3}>
  <Card title="Hide fields" color="#FFC738" icon="eye-slash" iconType="regular" href="/conditional-hiding">
    Hide or show fields based on answers, URL parameters or data.
  </Card>

  <Card title="Use dynamic data" color="#FFC738" icon="arrow-down-right" iconType="regular" href="/fetch-dynamic-data">
    Display content to hide, validate and pre-fill fields.
  </Card>

  <Card title="Placeholders" color="#FFC738" icon="input-text" iconType="regular" href="/placeholder">
    Add text to guide respondents’ answers or choices.
  </Card>
</CardGroup>
