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

# Connect your form to Trello

> Create new cards on Trello whenever someone submits your Fillout form. Set the card title, description, and due date based on form answers dynamically.

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

## What is Trello?

[Trello](https://trello.com/?ref=fillout-forms-help-article) is a tool that helps you organize tasks and projects using visual boards and lists. It allows team members to easily collaborate and manage their work.

## How it works

<Steps>
  <Step title="Link your Fillout form to Trello">
    Click `Integrate` on the top menu and look for `Trello`.

    <img src="https://mintcdn.com/fillout-005a867b/sPazPvAJ2aaw_Lrn/images/Screenshot2025-11-14at4.08.59PM.png?fit=max&auto=format&n=sPazPvAJ2aaw_Lrn&q=85&s=e90bbb0154069b0cb84736499d1989d9" alt="Screenshot 2025-11-14 at 4.08.59 PM.png" width="2647" height="1439" data-path="images/Screenshot2025-11-14at4.08.59PM.png" />
  </Step>

  <Step title="Reference form fields">
    First, select a **board** and a **list**. Then, reference fields by clicking <Icon icon="square-plus" iconType="solid" /> or typing **@**. You can enter text for the **Card title** and **Card description**, if needed.

    <img src="https://mintcdn.com/fillout-005a867b/h_QfN-F56vlvgBC6/images/Screenshot2025-02-24at3.19.33PM.png?fit=max&auto=format&n=h_QfN-F56vlvgBC6&q=85&s=00d5d425cac8a5b5bb285c8b05224dfb" alt="Screenshot of the Integrate tab of a form" width="2055" height="1008" data-path="images/Screenshot2025-02-24at3.19.33PM.png" />
  </Step>

  <Step title="Publish and share">
    Once your form’s all good, click `Finish setup` on the upper right corner followed by `Publish`. Now, you’ll see a new card in your Trello board for every new form submission.
  </Step>
</Steps>

## Create issues based on conditions

You can choose to create certain types of issues only when a condition is met. For example, create cards for different lists depending on what respondents specify in the form. More details [here](/help/conditional-integration).

## Other similar integrations

<CardGroup cols={3}>
  <Card title="Turn requests into Linear issues" icon="message-exclamation" iconType="regular" color="#FFC738" href="/help/linear">
    Create and manage issues with a form.
  </Card>

  <Card title="Sync responses to Monday" icon="columns-3" iconType="regular" color="#FFC738" href="/help/monday">
    Use a form to create leads and more.
  </Card>
</CardGroup>

<SupportBanner />
