> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Write a static value to an integration

> Send a fixed value to Airtable, Notion or another integration for any field, using static values. Prevent respondents from editing the default value.

## Overview

In certain cases, you may want to save a fixed value to an integration instead of letting your respondents input answers to a field. For example, you might have a **single select** field in Airtable or Notion that should always be marked as completed when submitted.

## How to add static values (Recommended approach)

<Steps>
  <Step title="Select your integration">
    First, navigate to the `Integrate` tab on top and click Airtable or Notion.
  </Step>

  <Step title="Map your form fields on Fillout">
    Go to **Mappings** section and link Airtable (or Notion) fields on the left to the Fillout fields on right. In our example, we'll choose the Status field on Airtable.

    Then, select <Icon icon="pen-to-square" iconType="solid" /> to type a value you would like to use. We'll type Finished for this example.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/EDZ5NrQNXN0RrO9B/images/Screenshot2025-02-14at12.18.15PM.png?fit=max&auto=format&n=EDZ5NrQNXN0RrO9B&q=85&s=91f3486f15e87a5f7db63efed0295d13" alt="Screenshot of the Fillout form creation page" style={{ width:"93%" }} width="1648" height="736" data-path="images/Screenshot2025-02-14at12.18.15PM.png" />

    That’s it! Your form is good to go.
  </Step>

  <Step title="Publish and share">
    Remember to `Publish` your form to make the changes reflect.
  </Step>
</Steps>

## Hide field

Another option is to go back to `Edit` from the top menu. Click the field's <Icon icon="gear-complex" iconType="solid" /> to open the right-hand panel. Under **Logic**, toggle `Hide always`.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/iDs8lNUK7TJTojmP/images/Screenshot2025-11-25at5.41.43PM.png?fit=max&auto=format&n=iDs8lNUK7TJTojmP&q=85&s=8bcef0a0ef82bcbaf6515c69c3439fea" alt="Screenshot 2025-11-25 at 5.41.43 PM.png" width="2127" height="530" data-path="images/Screenshot2025-11-25at5.41.43PM.png" />

Now, the Status question containing the answer, Finished, will no longer be visible to respondents.

<Warning>
  If you’re creating an **update** form, you’ll need to use the **static value** approach described above instead.
</Warning>
