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

# Review page

> Let respondents review their answers before submitting your form.

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 a review page

Click `+ Add page` followed by **Review**.

<img src="https://mintcdn.com/fillout-005a867b/MYdt7PE4qxVyWVjq/images/Screenshot2025-10-01at5.10.46PM.png?fit=max&auto=format&n=MYdt7PE4qxVyWVjq&q=85&s=6dfb75805accaad8718f5c0a4479dfe0" alt="Screenshot 2025-10-01 at 5.10.46 PM.png" width="2637" height="1441" data-path="images/Screenshot2025-10-01at5.10.46PM.png" />

That’s it!

## Hide questions

Optionally choose to hide certain questions from the review page. Click the `text` followed by <Icon icon="gear-complex" iconType="solid" /> to open the right-hand panel.

In the **Fields to show** section, untick the questions you prefer to hide.

<img src="https://mintcdn.com/fillout-005a867b/Ubt_7bTqeTFJlbA6/images/Screenshot2025-10-01at5.14.01PM.png?fit=max&auto=format&n=Ubt_7bTqeTFJlbA6&q=85&s=f8b9e1e2cfca26a85a7d1acf81f8558f" alt="Screenshot 2025-10-01 at 5.14.01 PM.png" title="Screenshot 2025-10-01 at 5.14.01 PM.png" className="mr-auto" style={{ width:"81%" }} width="2097" height="1338" data-path="images/Screenshot2025-10-01at5.14.01PM.png" />

<SupportBanner />
