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

Last updated