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

# Let respondents edit their form submissions

> Fillout lets respondents edit their own submissions, so you always have the most up-to-date information—no Fillout account required.

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>;
};

## When do I need an editable form?

Making your forms editable improves the accuracy of the data you collect and reduces back-and-forth with your users. Common use cases include:

* Event RSVPs — let respondents update their answers if plans change.
* Surveys — allow edits when users have new information to share.
* Newsletter signups — let users adjust their notification preferences later.

There are different ways to enable form edits in Fillout, depending on your needs.

## Option 1: Auto-send edit links

If you want all respondents to receive an edit link by default, use this approach. First, quickly enable [respondent notifications](/help/respondent-emails). Make sure to toggle `Include a link to edit submission`.

<img src="https://mintcdn.com/fillout-005a867b/dbnbXbL1Px1z2zPx/images/Screenshot2025-10-07at3.19.35PM.png.avif?fit=max&auto=format&n=dbnbXbL1Px1z2zPx&q=85&s=b6b048a062d1bfd8c06b59267ff77bf9" alt="Screenshot2025-10-07at3.19.35PM.png.avif" width="2550" height="901" data-path="images/Screenshot2025-10-07at3.19.35PM.png.avif" />

Upon submissions, respondents will receive an email with a clear button to `Edit submission`.

<img src="https://mintcdn.com/fillout-005a867b/SVULX_5c8yh6MT9m/images/guides/image-9.png?fit=max&auto=format&n=SVULX_5c8yh6MT9m&q=85&s=3fb574ff27a738df2b0a044a9917e5ea" alt="PDF Viewer" width="2346" height="1376" data-path="images/guides/image-9.png" />

## Option 2: Use the Send response field

If you want to make the respondent opt-in, use this approach instead. On your form’s [ending page](/help/ending-page), drag-and-drop the `Send response` field type from the left-hand panel.

Click <Icon icon="gear-complex" iconType="solid" /> to `Include edit link` in the right-hand panel.

<img src="https://mintcdn.com/fillout-005a867b/mv_i2KRQDbsxYVbk/images/Screenshot2025-10-16at3.31.10PM.png?fit=max&auto=format&n=mv_i2KRQDbsxYVbk&q=85&s=a39e30cf09e124b36690055dab5b13a1" alt="Screenshot 2025-10-16 at 3.31.10 PM.png" width="2111" height="566" data-path="images/Screenshot2025-10-16at3.31.10PM.png" />

## Option 3: Manually share the edit link

First, head to the `Results` tab on your form and [open the submission in question](https://www.fillout.com/help/view-responses#view-individual-submissions). Click <Icon icon="ellipsis-vertical" /> followed by `Edit`. A new tab will open with the filled submission. Copy the link and share it.

<img src="https://mintcdn.com/fillout-005a867b/yefRDTRdDy202Hph/images/guides/image-12.png?fit=max&auto=format&n=yefRDTRdDy202Hph&q=85&s=36718410f0084737b0c6d2726a59aee2" alt="PDF Viewer" width="1680" height="1436" data-path="images/guides/image-12.png" />

## Option 4: Add a submission overview in the email

You can also automate custom emails with a submission overview, letting respondents update their responses from the link provided in the email. More info [here](https://www.fillout.com/help/custom-emails).

<img src="https://mintcdn.com/fillout-005a867b/CZ2osimWEmMxb1Hv/images/Screenshot2025-11-03at4.58.25PM.png?fit=max&auto=format&n=CZ2osimWEmMxb1Hv&q=85&s=f001780a689c92663fb770f1f46a4e42" alt="Screenshot 2025-11-03 at 4.58.25 PM.png" title="Screenshot 2025-11-03 at 4.58.25 PM.png" style={{ width:"69%" }} width="1283" height="1141" data-path="images/Screenshot2025-11-03at4.58.25PM.png" />

## Option 5: Use a login page

Add a [login page](https://www.fillout.com/help/login-page) to your form and enable `Can edit existing responses`.

<img src="https://mintcdn.com/fillout-005a867b/MvpUSoOOG7GEGQGc/images/Screenshot2026-02-09at11.28.00AM.png?fit=max&auto=format&n=MvpUSoOOG7GEGQGc&q=85&s=b42487da63dfaec8aeccab3d90d02893" alt="Screenshot 2026 02 09 At 11 28 00 AM" width="2287" height="1074" data-path="images/Screenshot2026-02-09at11.28.00AM.png" />

## Updating integrations

With the approaches described above, your connected 3rd-party integrations will automatically be updated whenever someone submits the edit link. For example, if your form is connected to Airtable, re-submitting the form from a respondent notification link will update the record in Airtable.

You can also set up edit links for specific integrations. See these guides or follow the same instructions for other integrations, like SmartSuite or Monday.com.

<CardGroup cols={3}>
  <Card title="Update Airtable" icon="arrow-rotate-right" iconType="regular" color="#FFC738" href="/help/airtable-update-form">
    Edit existing records and pre-fill fields.
  </Card>

  <Card title="Update Notion" icon="arrow-rotate-right" iconType="regular" color="#FFC738" href="/help/notion-update-form">
    Edit existing pages and pre-fill fields.
  </Card>
</CardGroup>

## Closing the form

If you’ve sent out an edit link but no longer want to accept submissions, you can always [close your form](https://www.fillout.com/help/manage-form-access#close-form) to new submissions and edits.

<SupportBanner />
