> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Duplicate existing questions

> Build forms faster by duplicating existing fields in your form or transferring them to a different form.

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 duplicate a field or question

Click the question followed by <Icon icon="clone" iconType="solid" />.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/hsMElHuTl8-g90me/images/Screenshot2025-09-11at6.54.49PM.png?fit=max&auto=format&n=hsMElHuTl8-g90me&q=85&s=bc91372f74d89210207806e1b5defdc9" alt="Screenshot 2025-09-11 at 6.54.49 PM.png" style={{ width:"95%" }} width="1578" height="880" data-path="images/Screenshot2025-09-11at6.54.49PM.png" />

Your question will now have a copy in the same page.

## Copy fields in bulk

Click and drag to select the fields you want to copy. Alternatively, you can hold `Shift` on your keyboard, and click the fields you'd like to copy.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/hsMElHuTl8-g90me/images/Screenshot2025-09-11at7.10.15PM.png?fit=max&auto=format&n=hsMElHuTl8-g90me&q=85&s=65623f4ab2da615659ec6fad75e30fa8" alt="Screenshot 2025-09-11 at 7.10.15 PM.png" width="2258" height="776" data-path="images/Screenshot2025-09-11at7.10.15PM.png" />

Then, press `⌘ + C` or `Ctrl + C` to copy followed by `⌘ + V` or `Ctrl + V` to paste them on a different page.

<Check>
  You can also copy buttons, header, section dividers, PDF viewers, and other advanced fields.
</Check>

## Move fields or questions to a different page

Click and drag to highlight the fields you want to copy. Alternatively, you can hold `Shift` and click the fields you'd like to move. Then, click <Icon icon="object-subtract" /> and select a page to move them to.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/hsMElHuTl8-g90me/images/Screenshot2025-09-11at6.40.38PM.png?fit=max&auto=format&n=hsMElHuTl8-g90me&q=85&s=bfe041f4b1a403b714bed51439817acb" alt="Screenshot 2025-09-11 at 6.40.38 PM.png" width="2007" height="552" data-path="images/Screenshot2025-09-11at6.40.38PM.png" />

<Warning>
  Moving these fields will delete any answers already collected.
</Warning>

## Connect duplicated questions to an integration

If you’re using an integration like [Airtable](/airtable) or [Notion](/notion), you’ll notice that your new question is **Not connected** to a field yet.

Select a question followed by <Icon icon="gear-complex" iconType="solid" /> to choose a `field` you'd like to connect it to from the dropdown.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/KKmYfTaGUE6kYImk/images/Screenshot2025-10-20at3.01.21PM.png?fit=max&auto=format&n=KKmYfTaGUE6kYImk&q=85&s=fcc88c7e90611e491f00d6cf955bef3b" alt="Screenshot 2025-10-20 at 3.01.21 PM.png" width="2127" height="349" data-path="images/Screenshot2025-10-20at3.01.21PM.png" />

## Related articles

<CardGroup cols={3}>
  <Card title="Copy and paste a question" icon="paste" iconType="regular" color="#FFC738" href="/copy-paste-fields">
    Copy and paste fields across pages.
  </Card>

  <Card title="Import and export forms" icon="folder-open" iconType="regular" color="#FFC738" href="/importing-and-exporting-forms">
    Transfer between different accounts.
  </Card>

  <Card title="Duplicate a form" icon="copy" iconType="regular" color="#FFC738" href="/duplicate-a-form">
    Use an existing form as a starting point for a new form.
  </Card>
</CardGroup>

<SupportBanner />
