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

# Edit form submissions

> Edit form responses with Fillout to update the provided information and rerun integrations.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

<Note>
  Want to allow respondents to edit their own submissions? See [our guide here](/help/edit-form-submissions).
</Note>

## How to edit responses

Go to your form's `Results` tab and locate the response you'd like to edit. **Double-click any field** to update or remove its text.

<img src="https://mintcdn.com/fillout-005a867b/pqzL2Oan3VAyqx1h/images/Screenshot-2026-06-26-at-4.48.33-PM-1.png?fit=max&auto=format&n=pqzL2Oan3VAyqx1h&q=85&s=1ea87be87517b08ead04dcd4e18bd69a" alt="Screenshot 2026 06 26 At 4 48 33 PM" width="2728" height="859" data-path="images/Screenshot-2026-06-26-at-4.48.33-PM-1.png" />

## Resubmit form to rerun integration

Sometimes there's nothing you need to edit, but if your form is connected to an integration that previously failed or has been updated, you may need to resubmit a response instead.

To do this, simply **right-click** on any cell in the response you need to `Edit`.

<img src="https://mintcdn.com/fillout-005a867b/pqzL2Oan3VAyqx1h/images/Screenshot-2026-06-26-at-5.08.29-PM.png?fit=max&auto=format&n=pqzL2Oan3VAyqx1h&q=85&s=b72a61f6f0d9ac49caef686d86e3bca5" alt="Screenshot 2026 06 26 At 5 08 29 PM" title="Screenshot 2026 06 26 At 5 08 29 PM" style={{ width:"57%" }} width="1299" height="563" data-path="images/Screenshot-2026-06-26-at-5.08.29-PM.png" />

This won't edit or overwrite the response. Instead, you’ll be redirected to the form pre-filled with the respondent’s answers. Simply click `Submit`.

<img src="https://mintcdn.com/fillout-005a867b/SVULX_5c8yh6MT9m/images/guides/image-7.png?fit=max&auto=format&n=SVULX_5c8yh6MT9m&q=85&s=8fdd62ebfbb1ba09d5f2fe24d7522943" alt="PDF Viewer" width="2664" height="1420" data-path="images/guides/image-7.png" />

<Check>
  Editing form submissions automatically updates data synced through [**integrations**](/help/integrations). This will update existing records in Airtable or Notion, send new alerts on Slack, update Dropbox folders, and etc.
</Check>

**Preview submissions**

<img src="https://mintcdn.com/fillout-005a867b/pqzL2Oan3VAyqx1h/images/Screenshot-2026-06-26-at-4.30.07-PM.png?fit=max&auto=format&n=pqzL2Oan3VAyqx1h&q=85&s=86d30208ef5c906c9d3f28d325fa9564" alt="Screenshot 2026 06 26 At 4 30 07 PM" width="2176" height="160" data-path="images/Screenshot-2026-06-26-at-4.30.07-PM.png" />

An `eye icon` <Icon icon="eye" /> indicates that a submission was made in **Preview mode**. Since Preview mode is typically used to test how a form works by the form owner or collaborators, these submissions can't be edited.

**Let respondents edit their submissions**

You can also send the **link** of this pre-filled form to the respondent in case they want to edit their answers. Simply **right-click** on a cell and choose `Copy link`. Check out other methods [here](https://www.fillout.com/help/edit-form-submissions).

## Related articles

<CardGroup cols={3}>
  <Card title="Partial submissions" color="#FFC738" icon="circle-half-stroke" iconType="solid" href="/help/partial-submissions">
    Auto-save progress so respondents can resume later.
  </Card>

  <Card title="Invite team members to your forms" color="#FFC738" icon="user-plus" iconType="regular" href="/help/invite-collaborators">
    View results, and edit forms with free seats.
  </Card>

  <Card title="Let respondents edit their submissions" color="#FFC738" icon="file-signature" iconType="regular" href="/help/edit-form-submissions">
    Keep form responses updated.
  </Card>
</CardGroup>

<SupportBanner />
