> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/form/_copy.md).

# \_copy

Copy a specified Form.

### Parameters

#### id

The ID of the original Form.

#### name

The name of the new Form.

### Example

```
FM_api('Form_copy', ['id' => '123', 'name' => 'example.pdf']);
```

### Result

#### On Success

```
{'id':123}
```

The ID returned is the ID of the new Form copy.
