_get

Fetches the specified Form.

Parameters

id

The ID of the Form to fetch.

Example

FM_api('Form_get', ['id' => '123']);

Result

On Success

The specified Form.

Last updated