_areFieldsEqual

Checks if the fields of two chosen Forms are equal

Parameters

form_a

The ID of the 1st Form.

form_b

The ID of the 2nd Form.

Example

FM_api('Form_areFieldsEqual', [
    'form_a' => '1586980384132',
    'form_b' => '1586980384133'
    ]
);

Results

On Failure

If neither "form_a" or "form_b" parameters exist or either are below 1:

If one of the IDs requested does not match an existing form:

On Success

If both IDs match valid forms, but they have different fields:

Last updated