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

# Ending Page

> Show users a thank you page, redirect them to another site or form, or allow them to fill out the form again.

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

## How to add an ending page

An **Ending** page is added by default when you create a new form. You can add more ending pages by clicking `+ Add page` followed by **Ending**.

<img src="https://mintcdn.com/fillout-005a867b/El_u78ubAOpzgRiL/images/Screenshot2025-10-02at2.12.27PM.png?fit=max&auto=format&n=El_u78ubAOpzgRiL&q=85&s=b41c0bfda2b01ee353ae34b5980486c2" alt="Screenshot 2025-10-02 at 2.12.27 PM.png" width="2654" height="1438" data-path="images/Screenshot2025-10-02at2.12.27PM.png" />

<Tip>
  Use [page logic](/help/page-logic) to send different users to different ending pages.
</Tip>

## **Ending page types**

In the left-hand panel, there are three types of ending pages you can choose from: **Page**, **New form** and **Redirect**.

### **Page (default)**

The default ending page thanks respondents for submitting a form. Users can customize the thank-you text, add images, banners, and other fields to display upon submission via the left-hand panel or by highlighting text.

### **New form**

This ending type lets users redirect respondents to another form and optionally pass URL parameters, such as carrying over the respondent's name or email to the next form. See [here](/help/combine-and-repeat-forms) for more information.

<img src="https://mintcdn.com/fillout-005a867b/El_u78ubAOpzgRiL/images/Screenshot2025-10-02at2.14.01PM.png?fit=max&auto=format&n=El_u78ubAOpzgRiL&q=85&s=8aeda22d9603cfccc96518f7f0a419cb" alt="Screenshot 2025-10-02 at 2.14.01 PM.png" style={{ width:"86%" }} width="2196" height="1112" data-path="images/Screenshot2025-10-02at2.14.01PM.png" />

### **Redirect**

This redirects users to another link like your homepage or portal after form submission, skipping the default Fillout ending page.

<img src="https://mintcdn.com/fillout-005a867b/El_u78ubAOpzgRiL/images/Screenshot2025-10-02at2.15.00PM.png?fit=max&auto=format&n=El_u78ubAOpzgRiL&q=85&s=893ffac4da957fa58bc965b25bd777eb" alt="Screenshot 2025-10-02 at 2.15.00 PM.png" style={{ width:"91%" }} width="2197" height="1057" data-path="images/Screenshot2025-10-02at2.15.00PM.png" />

<Info>
  This feature is available on **Starter**, **Pro**, **Business**, and **Enterprise** plans. Learn more about our pricing plans and advanced features [**here**](https://www.fillout.com/pricing).
</Info>

## Let respondents fill out your form again

Respondents can fill out your form multiple times. Simply add a `Fill again` button from the left-hand panel. More details [here](/help/fill-again-button).

<img src="https://mintcdn.com/fillout-005a867b/El_u78ubAOpzgRiL/images/Screenshot2025-10-02at2.40.17PM.png?fit=max&auto=format&n=El_u78ubAOpzgRiL&q=85&s=f20dc5ac217a59d6d9eff05ac90823f6" alt="Screenshot 2025-10-02 at 2.40.17 PM.png" width="2297" height="1238" data-path="images/Screenshot2025-10-02at2.40.17PM.png" />

## Add a link

Click the `URL button` in the left-hand panel followed by its `settings icon` <Icon icon="gear-complex" iconType="solid" /> to open the right-hand panel, enter a link, and customize it as you see fit.

<img src="https://mintcdn.com/fillout-005a867b/BT5qM9-Bs_TgJ6Yh/images/Screenshot-2026-06-26-at-5.34.10-PM.png?fit=max&auto=format&n=BT5qM9-Bs_TgJ6Yh&q=85&s=e0c0ab3f3be8766840eae31920112963" alt="Screenshot 2026 06 26 At 5 34 10 PM" width="2750" height="934" data-path="images/Screenshot-2026-06-26-at-5.34.10-PM.png" />

## Let users save their responses

You can give respondents an option to save their responses.

<img src="https://mintcdn.com/fillout-005a867b/yefRDTRdDy202Hph/images/e6.webp?fit=max&auto=format&n=yefRDTRdDy202Hph&q=85&s=e8522c65594c3084d1f033d3280c2132" alt="Send response or download PDF" style={{ width:"46%" }} width="506" height="216" data-path="images/e6.webp" />

Add a `Send response` field to let them receive their submission via email.

<img src="https://mintcdn.com/fillout-005a867b/BT5qM9-Bs_TgJ6Yh/images/Screenshot-2026-06-26-at-5.39.19-PM.png?fit=max&auto=format&n=BT5qM9-Bs_TgJ6Yh&q=85&s=1e83f4a0af2230bbbfa523fb749c9d58" alt="Screenshot 2026 06 26 At 5 39 19 PM" width="2752" height="486" data-path="images/Screenshot-2026-06-26-at-5.39.19-PM.png" />

You can also let them edit their response by toggling `Include edit link` in the right-hand panel.

Use the `Download PDF` field to let respondents download a PDF of their submission. To set this up, you must first upload a PDF by following the steps [here](https://www.fillout.com/help/pdfs#how-it-works).

<img src="https://mintcdn.com/fillout-005a867b/BT5qM9-Bs_TgJ6Yh/images/Screenshot-2026-06-26-at-6.43.02-PM.png?fit=max&auto=format&n=BT5qM9-Bs_TgJ6Yh&q=85&s=258c81ec7b43937d1234ffb89facfd64" alt="Screenshot 2026 06 26 At 6 43 02 PM" width="2747" height="479" data-path="images/Screenshot-2026-06-26-at-6.43.02-PM.png" />

After uploading a PDF, click the button's `settings icon` <Icon icon="gear-complex" iconType="solid" /> to open the right-hand panel where you can select the PDF.

## Related articles

<CardGroup cols={3}>
  <Card title="Disable confetti effect" color="#FFC738" icon="party-horn" iconType="regular" href="/help/confetti">
    Remove the confetti on the ending page.
  </Card>

  <Card title="Page logic" color="#FFC738" icon="diagram-project" iconType="regular" href="/help/page-logic">
    Hide or show pages or custom endings based on respondent input.
  </Card>

  <Card title="Combine and repeat forms" color="#FFC738" icon="repeat" iconType="regular" href="/help/combine-and-repeat-forms">
    Link forms or allow re-submission.
  </Card>
</CardGroup>

<SupportBanner />
