Alternatively, you can enable debugging for all forms on a page or in an application globally (see Window object). This activates debugging for all embedded FormCentric forms on the page—without needing to modify the attributes of each individual form.
This option is particularly useful for automated debugging during development.
Set the following instruction in your browser or in your own JavaScript code:
window.formcentric ??= {};
window.formcentric.debug = true;