Enable debug outputs for a specific form by adding the data-fc-debug="true" attribute directly to the form container (see Attributes). Only the form with this attribute will display debug information in the browser console. All other forms on the page will remain unaffected.
Typical debug outputs include information about loading and initialisation status, errors when retrieving form data, and server responses.
<div
data-fc-id="..."
data-fc-debug="true"
...additional attributes...
></div>