# How to Transfer Form Fields Between Forms in WordPress

### What Happens When You Transfer Fields?

When you transfer fields:

* The original elements will **remain in the source form**.
* The same elements will also appear in the destination form.
* If you want to remove the fields from the source form, you must delete them manually by clicking the delete icon **\[x]**.

Example: If you transfer three fields (Email, First Name, Last Name) from **Form A** to **Form B**, both forms will now contain these fields.

### Step 1: Start the Transfer Process

1. Open the form containing the fields you want to copy.
2. Click the **transfer icon** (see image below).
   * The icon will turn **green with a downward arrow**.
   * This means the fields are ready for transfer.

<figure><img src="/files/5V28tOa5FOcMw0LZTBWR" alt="Click the transfer icon to start the transfer process."><figcaption><p>Click the transfer icon to start the transfer process.</p></figcaption></figure>

<figure><img src="/files/SN1A8stkQ5u8tktRW86J" alt="Transfer process is activated when icon turns green"><figcaption><p>Transfer process is activated when icon turns green</p></figcaption></figure>

### Step 2: Choose the Destination Form

1. Open the target form where you want to place the fields.
   * Tip: You can open it in a new browser tab if you need to transfer multiple items to different locations.
2. Click the **green transfer icon** inside the destination form.
3. The selected fields will instantly appear in the new form.

### Final Result

After completing the transfer, you will now see the **exact same fields** inside your other form. The process works whether you’re moving elements to a new form or reusing them inside the same form.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.super-forms.com/features/advanced/how-to-transfer-form-fields-between-forms-in-wordpress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
