_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
Fetches the specified Form.
The ID of the Form to fetch.
FM_api('Form_get', ['id' => '123']);
The specified Form.
Last updated