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

# Create your own form template

> Turn your Fillout forms into templates, and share them with anyone. Choose whether to allow your templates to be public or only accessible within 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>;
};

## How to share a template

First, open the form you'd like to turn into a template. Click `Share` on top followed by `Template`. Then, toggle the `Share as template` switch.

<img src="https://mintcdn.com/fillout-005a867b/vi8EknSP6cqXHnZQ/images/Screenshot2025-12-01at5.30.00PM.png?fit=max&auto=format&n=vi8EknSP6cqXHnZQ&q=85&s=84f621b8cca306c53563826f4b584a50" alt="Screenshot 2025-12-01 at 5.30.00 PM.png" width="2634" height="1444" data-path="images/Screenshot2025-12-01at5.30.00PM.png" />

Provide the required fields. Click `Create template` and that’s it!

<img src="https://mintcdn.com/fillout-005a867b/vi8EknSP6cqXHnZQ/images/Screenshot2025-12-01at5.33.43PM.png?fit=max&auto=format&n=vi8EknSP6cqXHnZQ&q=85&s=9a059903980be3a68780f4c48697d3f9" alt="Screenshot 2025-12-01 at 5.33.43 PM.png" title="Screenshot 2025-12-01 at 5.33.43 PM.png" style={{ width:"66%" }} width="854" height="824" data-path="images/Screenshot2025-12-01at5.33.43PM.png" />

<Note>
  All templates should be set to **Public** for now. We're still putting the finishing touches on a better version of the private templates feature!
</Note>

Look for the **template icon** on the upper right to tell which of your forms are templates.

<img src="https://mintcdn.com/fillout-005a867b/vi8EknSP6cqXHnZQ/images/Screenshot2025-12-01at5.36.42PM.png?fit=max&auto=format&n=vi8EknSP6cqXHnZQ&q=85&s=018f007ef3549f48f015671382267139" alt="Screenshot 2025-12-01 at 5.36.42 PM.png" width="2157" height="398" data-path="images/Screenshot2025-12-01at5.36.42PM.png" />

## Public templates

Public templates get an automatically generated landing page, like [this one](https://www.fillout.com/templates/flower-order-form), that you can share with anyone.

Contact [support@fillout.com](mailto:support@fillout.com) if you’d like your template to be visible in the **Template Gallery**.

<Tip>
  Any leads that sign up via your templates will count towards your [affiliate account](https://www.fillout.com/affiliate-program). Contact [support@fillout.com](mailto:support@fillout.com) to link your templates to your affiliate account.
</Tip>

## Related articles

<CardGroup cols={3}>
  <Card title="Form templates" color="#FFC738" icon="file-image" iconType="regular" href="/help/form-templates">
    Choose from hundreds of customizable templates.
  </Card>

  <Card title="Quizzes" color="#FFC738" icon="comments-question-check" iconType="regular" href="/help/make-a-free-quiz">
    Use different question types, calculate scores, and more.
  </Card>
</CardGroup>

<SupportBanner />
