> ## 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.

# Update existing records with a form

> Edit existing records on your Zite database by letting users complete a Fillout form.

## How it works

You can have others update your Zite database without giving them direct access to your tables. Instead, connect a Fillout form where users can select and edit an existing record. Their responses will automatically update the matched record in your database. This is useful in various cases.

<Note>
  Before you start, make sure your Fillout form is connected to your Zite database. More info [here](https://www.fillout.com/help/guides/sync-form-results).
</Note>

### Common Use Cases

* **Contact Information:** Let clients or employees update their address, contact number, etc.
* **Inventory:** Allow warehouse or operations staff to update current stock levels
* **Customer Feedback:** Let customers update their preferences or provide additional details
* **Event Registrations:** Allow attendees to modify their registration details
* **Employee Records:** Let HR or team leads update employee info like department or role

## Enable record updates

<Steps>
  <Step title="Switch connection to update mode">
    Open your [Zite-connected form](https://www.fillout.com/help/guides/sync-form-results). Click `Integrate` in the top menu followed by `Zite Database`.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/oJ7LY4haRzATxb7E/images/Screenshot2026-03-27at4.06.24PM-1.png?fit=max&auto=format&n=oJ7LY4haRzATxb7E&q=85&s=d5e03177abb8aba1b07d688d6ec6bc89" alt="Screenshot 2026 03 27 At 4 06 24 PM" width="2606" height="1360" data-path="images/Screenshot2026-03-27at4.06.24PM-1.png" />

    Zite automatically links your  form fields to matching database fields under **Mappings**. Choose to `Update record`.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/oJ7LY4haRzATxb7E/images/Screenshot2026-03-27at4.06.39PM.png?fit=max&auto=format&n=oJ7LY4haRzATxb7E&q=85&s=d7d2d7111c503b06b81f886e86d90e42" alt="Screenshot 2026 03 27 At 4 06 39 PM" width="2571" height="1406" data-path="images/Screenshot2026-03-27at4.06.39PM.png" />
  </Step>

  <Step title="Add formula">
    Click `Add formula field to table` (in the yellow box). A formula field will automatically be added to each record. No need to paste anything.
  </Step>

  <Step title="Publish">
    Click `Update` on the upper right corner followed by `Publish`.

    That's it! Now others  can update datatabase records with a form.
  </Step>
</Steps>

## Update records

There are two ways to update records based on form access.

**Preview mode**

If they have [form](https://www.fillout.com/help/invite-collaborators#share-a-specific-form) or [workspace access](https://www.fillout.com/help/granular-permissions), they can simply `Preview` the form and select a `Record to update`.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/oJ7LY4haRzATxb7E/images/Screenshot2026-03-27at4.19.26PM-1.png?fit=max&auto=format&n=oJ7LY4haRzATxb7E&q=85&s=fc429b0a7b3c2cbff2b4768d555afa9a" alt="Screenshot 2026 03 27 At 4 19 26 PM" width="2632" height="1331" data-path="images/Screenshot2026-03-27at4.19.26PM-1.png" />

<Warning>
  For forms containing sensitive information that should only be updated by the user, we recommend sending a unique link. More info below.
</Warning>

**Unique link**

For those without access, you can send them the **Edit form link** of the unique record found in your database.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/oJ7LY4haRzATxb7E/images/Screenshot2026-03-27at4.22.32PM.png?fit=max&auto=format&n=oJ7LY4haRzATxb7E&q=85&s=4bad3b3437e2d073753be274721a03fe" alt="Screenshot 2026 03 27 At 4 22 32 PM" width="2630" height="885" data-path="images/Screenshot2026-03-27at4.22.32PM.png" />

## Related articles

<CardGroup cols={3}>
  <Card title="Sync form results" color="#FFC738" icon="arrow-right-to-bracket" iconType="regular" href="/guides/sync-form-results">
    Add multiple tables, custom fields, views, and more.
  </Card>

  <Card title="Add collaborators" color="#FFC738" icon="user-plus" iconType="regular" href="/invite-collaborators">
    View results, analyze, data, and edit forms with free seats.
  </Card>

  <Card title="Granular permissions" color="#FFC738" icon="universal-access" iconType="regular" href="/granular-permissions">
    Set member access to view only, and restrict integrations.
  </Card>
</CardGroup>
