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

# Set a default theme

> Use a default theme for all new forms in your organization.

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

You can choose a default theme that will automatically be applied to all new forms created in your organization.

This helps keep your forms consistent without needing to set a theme every time.

<Info>
  This feature is available on the **Team** and **Enterprise** plans. Click [here](https://www.zite.com/pricing) to learn more.
</Info>

## How to set a default theme

From the dashboard, click your `Account name` followed by `Settings`. You'll be redirected to [General](https://build.fillout.com/home/settings/general) settings.\
Scroll down to toggle `Default theme for new forms`. Then, choose a form theme.

<img src="https://mintcdn.com/fillout-005a867b/1EmpTpRNQUIVFBxc/images/Screenshot-2026-04-15-at-7.09.16-PM.png?fit=max&auto=format&n=1EmpTpRNQUIVFBxc&q=85&s=1b0ed044dde4acb6ac6891e0afab2c4e" alt="Screenshot 2026 04 15 At 7 09 16 PM" title="Screenshot 2026 04 15 At 7 09 16 PM" style={{ width:"59%" }} width="2074" height="786" data-path="images/Screenshot-2026-04-15-at-7.09.16-PM.png" />

<SupportBanner />
