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

# Make a form

> Create powerful forms, surveys, and quizzes with Fillout in a few easy steps.

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 build a form in minutes

<Steps>
  <Step title="Sign up or log in">
    Sign up [here](https://app.fillout.com/signup) or log in [here](https://app.fillout.com/login) using your Google account, Microsoft account, or any email.

    <img src="https://mintcdn.com/fillout-005a867b/eUFGLdNQWQxPrNfi/images/image-3.png?fit=max&auto=format&n=eUFGLdNQWQxPrNfi&q=85&s=7183036801a37d6d4478690f97ff60d3" alt="Image" title="Image" style={{ width:"60%" }} width="924" height="587" data-path="images/image-3.png" />

    <Note>
      Signing in to Fillout with Google shows our company logo, Zite.
    </Note>
  </Step>

  <Step title="Choose a form type">
    Click `+ Create` or `Form`, then choose between a **Blank form**, **Template**, or **Connect** with 3rd party apps like Airtable, Notion, HubSpot, and more.

    <img src="https://mintcdn.com/fillout-005a867b/khTTLpkpx_SZYZR7/images/Maf2.png?fit=max&auto=format&n=khTTLpkpx_SZYZR7&q=85&s=3ed9b441f5392a64786f1d6849ce6c60" alt="Maf 2.png" title="Maf 2.png" style={{ width:"52%" }} className="mr-auto" width="1345" height="380" data-path="images/Maf2.png" />

    If you’re unsure about which to use, choose `Blank form`. You can always connect to an [integration](/help/integrations) later.
  </Step>

  <Step title="Customize the design">
    Click `Theme` to pick from one of the pre-made themes or [customize your own](/help/themes).

    <img src="https://mintcdn.com/fillout-005a867b/vW7KYmGVK0uXhSwS/images/Screenshot2025-10-01at4.17.28PM.png?fit=max&auto=format&n=vW7KYmGVK0uXhSwS&q=85&s=fdc33462706d4962089fd1bcff1355a7" alt="Screenshot 2025-10-01 at 4.17.28 PM.png" width="2880" height="1567" data-path="images/Screenshot2025-10-01at4.17.28PM.png" />
  </Step>

  <Step title="Add questions or fields">
    Click or drag and drop your desired [field types](/help/question-types) from the left-hand panel. Choose between over 50 different types.

    <img src="https://mintcdn.com/fillout-005a867b/3bY_K7awKt3cwGgn/images/Maf41001.png?fit=max&auto=format&n=3bY_K7awKt3cwGgn&q=85&s=0a65b2f5ad0ec6f4dc9eb90cb92be126" alt="Maf 4 1001.png" width="2624" height="1438" data-path="images/Maf41001.png" />

    Then, enter the question or text. Click its <Icon icon="gear-complex" iconType="solid" /> icon to customize it in the right-hand panel.
  </Step>

  <Step title="Publish and share">
    `Preview` your form to test it. Once everything's good to go, press `Publish`.

    <img src="https://mintcdn.com/fillout-005a867b/vW7KYmGVK0uXhSwS/images/Screenshot2025-10-01at4.12.05PM.png?fit=max&auto=format&n=vW7KYmGVK0uXhSwS&q=85&s=643f71682de1cd37eaa0494fc8244777" alt="Screenshot 2025-10-01 at 4.12.05 PM.png" width="2647" height="1435" data-path="images/Screenshot2025-10-01at4.12.05PM.png" />

    That’s it! Share your **form link** anywhere or **embed your form** on any website. To view form submissions, head over to [**Results**](/help/view-responses) in the top menu.
  </Step>
</Steps>

## Related articles

<CardGroup cols={3}>
  <Card title="Themes" color="#FFC738" icon="palette" iconType="regular" href="/help/themes">
    Select from hundreds of themes or create your own.
  </Card>

  <Card title="Field types" color="#FFC738" icon="question" iconType="regular" href="/help/question-types">
    Customize or change over 50 field types, add captions, and more.
  </Card>

  <Card title="Responses" color="#FFC738" icon="chart-tree-map" iconType="regular" href="/help/view-responses">
    View all submissions to your form. Filter, sort, or export to CSV.
  </Card>
</CardGroup>

<SupportBanner />
