> ## 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 collaborative forms

> Learn how to create collaborative forms with our app builder, Zite, and let multiple team members edit the same form together.

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 are collaborative forms?

Collaborative forms let multiple people edit the same form. Team members can make changes to a form at the same time instead of each person creating their own version. These are useful when you need input from multiple people, such as when creating a survey, registration form, application form, or internal company form.

<Note>
  Collaborative form editing is not currently available natively in Fillout, but you can create collaborative forms with our app builder, [Zite](https://www.zite.com). Fillout users automatically get a [free Zite plan with a set number of credits](https://www.fillout.com/help/billing-and-payments#manage-your-subscription-plan) (which you can increase by upgrading your plan).
</Note>

## How collaborative forms work

Collaborative forms work by giving multiple people access to the same form, allowing them to make and review changes together. Fillout doesn't currently offer collaborative form editing as a native feature. However, you can use Zite, our AI app builder, to easily create a collaborative form where you can invite team members and assign permissions.

For example, you can create a job application form in Zite and invite members of your hiring team to work on it together. Multiple team members can add or edit application questions, review the form, and update its settings, with everyone working on the same form.

### Common use cases

* **Job Applications**: Recruiters and managers create and update questions, and review applications together
* **Marketing Campaigns**: Copywriters, designers, and other members update different parts of a campaign, such as copy, visuals, and details
* **Customer Surveys**: Marketing and product teams create, review, and update survey questions together
* **Event Registration**: Event teams manage registration fields, attendee information, and event details in one shared form
* **Data Collection**: Teams work together to create and update forms, with each member managing relevant fields or sections

## How to create a collaborative form

<Steps>
  <Step title="Describe your form">
    From the dashboard, specify the type of collaborative form you need and its workflow. For example, you can create a campaign manager that different team members update based on their roles. This automatically creates a workspace for your Zite app (collaborative form).

    <Frame>
      <img src="https://mintcdn.com/fillout-005a867b/ZMOAsxdC2i25ZlBB/images/Screenshot-2026-08-27-at-5.34.35-PM.png?fit=max&auto=format&n=ZMOAsxdC2i25ZlBB&q=85&s=18d3ff982fedf8c975b8cd3251cd17ca" alt="Screenshot 2026 08 27 At 5 34 35 PM" width="1606" height="490" data-path="images/Screenshot-2026-08-27-at-5.34.35-PM.png" />
    </Frame>
  </Step>

  <Step title="Set views (if needed)">
    You can create different views for different roles by requesting the changes in the chat. For example, copywriters can edit campaign copy without being able to upload artwork.

    <Info>
      **Skip this step** if every collaborator will be allowed the same access and permissions.
    </Info>

    <Frame>
      <img src="https://mintcdn.com/fillout-005a867b/ZMOAsxdC2i25ZlBB/images/Screenshot-2026-08-27-at-5.36.58-PM.png?fit=max&auto=format&n=ZMOAsxdC2i25ZlBB&q=85&s=198f354e239a742441c6386cdd6d692c" alt="Screenshot 2026 08 27 At 5 36 58 PM" width="2873" height="1619" data-path="images/Screenshot-2026-08-27-at-5.36.58-PM.png" />
    </Frame>
  </Step>

  <Step title="Invite app editors">
    Click the `users icon` on top followed by `+ Invite`, and enter your collaborators' email addresses.

    <Frame>
      <img src="https://mintcdn.com/fillout-005a867b/vn-C7dP4sinZgveb/images/Screenshot-2026-08-27-at-5.49.46-PM.png?fit=max&auto=format&n=vn-C7dP4sinZgveb&q=85&s=45b8de514cc821e9828ea5f4c168c20c" alt="Screenshot 2026 08 27 At 5 49 46 PM" width="1980" height="640" data-path="images/Screenshot-2026-08-27-at-5.49.46-PM.png" />
    </Frame>
  </Step>

  <Step title="Assign roles (if access varies)">
    Click the `database icon` on top. By default, the app creator will be assigned to all roles.

    Click each **user** beside the corresponding role to change it to a different member.

    <Frame>
      <img src="https://mintcdn.com/fillout-005a867b/e0kJNF3BPjIEzRdy/images/Screenshot-2026-08-27-at-5.55.36-PM.png?fit=max&auto=format&n=e0kJNF3BPjIEzRdy&q=85&s=637937bf559c9e55d020664fdf10d0e5" alt="Screenshot 2026 08 27 At 5 55 36 PM" width="1897" height="679" data-path="images/Screenshot-2026-08-27-at-5.55.36-PM.png" />
    </Frame>

    That's it! Your collaborative form is now good to go.
  </Step>
</Steps>

## Related articles

<CardGroup cols={3}>
  <Card title="Make a Zite" color="#FFC738" icon="browser" iconType="regular" href="https://www.zite.com/help/platform/how-to-build/creating-an-app">
    Create and launch your first app, software, or dashboard in minutes.
  </Card>

  <Card title="Designing" color="#FFC738" icon="palette" iconType="regular" href="https://www.zite.com/help/platform/how-to-build/design-tools">
    Make your Zite app look and feel on-brand with themes and more.
  </Card>

  <Card title="Selective edits" color="#FFC738" icon="shapes" iconType="regular" href="https://www.zite.com/help/platform/basics/selective-edits">
    Edit the typography, color palette, and other components.
  </Card>
</CardGroup>

<SupportBanner />
