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

# Remove Fillout branding

> Remove Fillout branding from your forms.

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

## Overview

Out of the box, our forms have a subtle **Made with Fillout** button on each page. This helps us offer most of the Fillout features on the affordable Free and Starter plans. By enabling branding, you’re also helping to spread the word about us. <Icon icon="face-smile" iconType="solid" color="#FFC738" />

<img src="https://mintcdn.com/fillout-005a867b/bR7uzjTGxnYiCLB1/images/rfb1.webp?fit=max&auto=format&n=bR7uzjTGxnYiCLB1&q=85&s=4a050a5406d56a8e19443dced1e344c8" alt="Screenshot of the Share tab of a form" width="2692" height="1440" data-path="images/rfb1.webp" />

Our [**pricing plans**](https://www.fillout.com/pricing) enable different levels of customization.

|                                                         | **Free**                                               | **Starter**                                            | **Pro/Business/ Enterprise**                           |
| ------------------------------------------------------- | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
| Remove **Make your own Fillout** button on ending pages | <Icon icon="xmark" iconType="solid" color="#FFC738" /> | <Icon icon="check" iconType="solid" color="#FFC738" /> | <Icon icon="check" iconType="solid" color="#FFC738" /> |
| Remove **Made with Fillout** button all pages           | <Icon icon="xmark" iconType="solid" color="#FFC738" /> | Light branding                                         | <Icon icon="check" iconType="solid" color="#FFC738" /> |
| Remove **Fillout** in email notifications               | <Icon icon="xmark" iconType="solid" color="#FFC738" /> | <Icon icon="xmark" iconType="solid" color="#FFC738" /> | <Icon icon="check" iconType="solid" color="#FFC738" /> |

## How to remove branding from ending pages

On your form's **Ending page**, click the `text` followed by its <Icon icon="gear-complex" iconType="solid" />.

<img src="https://mintcdn.com/fillout-005a867b/nwA0QgHJFppu8qSE/images/Screenshot2025-05-07at6.39.46PM.png?fit=max&auto=format&n=nwA0QgHJFppu8qSE&q=85&s=11b1de8a545c5c225b0ba4ba08845dd1" alt="Screenshot of the Share tab of a form" width="2256" height="548" data-path="images/Screenshot2025-05-07at6.39.46PM.png" />

On the right-hand panel, toggle the `Hide Fillout button` switch to remove it. You can also toggle the `Hide icon` switch to remove the tick mark <Icon icon="check" iconType="solid" color="#FFC738" /> icon.

## Remove branding on all pages

Branding is **automatically removed** from all pages on the **Pro**, **Business**, and **Enterprise** plans.

## Related articles

<CardGroup cols={3}>
  <Card title="Add a logo" icon="airbnb" iconType="regular" color="#FFC738" href="/help/logo">
    Add a professional touch and create strong brand identity.
  </Card>

  <Card title="Use custom domains" icon="globe" iconType="regular" color="#FFC738" href="/help/custom-domains">
    Customize form URLs to enhance your branding.
  </Card>

  <Card title="Custom favicon" icon="icons" iconType="regular" color="#FFC738" href="/help/favicon">
    Add your logo or icon to a browser tab and in link previews.
  </Card>
</CardGroup>

<SupportBanner />
