> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4.mintlify.site/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-dependabot-npm-and-yarn-socket-io-parser-4/hsMElHuTl8-g90me/images/Screenshot2025-10-01at5.10.46PM.png?fit=max&auto=format&n=hsMElHuTl8-g90me&q=85&s=ac59a0115df5d34435a157e922d9390d" 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-dependabot-npm-and-yarn-socket-io-parser-4/3ZcO_yEJK-WTjJHC/images/Screenshot2025-10-01at5.14.01PM.png?fit=max&auto=format&n=3ZcO_yEJK-WTjJHC&q=85&s=68da03664ce4e4693ce59fe26ae3eaca" 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 />
