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