I am on AEM 6.1I have a form that has Javascript that runs at the client, at the server, and at Client and server.For the javascript that runs client side, I can use console.log or xfa.host.messageBox to display a message either in the console or browser to aid me along in debugging issues.However, ...