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

# 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/Cr59CiyDCtsKlbv7/images/Screenshot2025-09-11at6.54.49PM.png?fit=max&auto=format&n=Cr59CiyDCtsKlbv7&q=85&s=78ab3ff972f64316a5443ace60134d07" 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/Cr59CiyDCtsKlbv7/images/Screenshot2025-09-11at7.10.15PM.png?fit=max&auto=format&n=Cr59CiyDCtsKlbv7&q=85&s=8137bd246b72b2f2eb4a266ab1eedefa" 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/Cr59CiyDCtsKlbv7/images/Screenshot2025-09-11at6.40.38PM.png?fit=max&auto=format&n=Cr59CiyDCtsKlbv7&q=85&s=674073003b03b232419f656f8c0f4756" 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](/help/airtable) or [Notion](/help/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/dSzPX8KTcFP1y6fT/images/Screenshot2025-10-20at3.01.21PM.png?fit=max&auto=format&n=dSzPX8KTcFP1y6fT&q=85&s=e749c7774f7fb7e2bc3067dd9b1083fd" 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="/help/copy-paste-fields">
    Copy and paste fields across pages.
  </Card>

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

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

<SupportBanner />
