Debugging your JavaScript

It may happen that your JavaScript is not behaving as expected. To sort things out, we recommend using the DEBUG button at the top of the Template editor. It will open the HTML version of your Template, generated based on you test data, directly in your browser.

This will give you a chance to inspect JS errors in console and should help in understanding what's going wrong.

Last updated