Getting a web form name/location

2
I have an extremely large app I am working on and it is starting to get a bit difficult to find the forms to edit in my modeler when I find styling issues. Is there any way to set the console to log which web form view is being shown while I am using my app so I can correctly identify the exact web forms I need to edit in the modeler. I know when submitting feedback it lets you know what page the user was on, but I don't want to spam my team with feedback for the sole purpose of identifying pages Any help will be greatly appreciated
asked
1 answers
3

You can use index-console.html. It shows the current form in the address bar.

The change in that html file causing the difference is (I think)

<script type="text/javascript" src="mxclientsystem/dojo/dojo.js"
        djConfig="
            isDebug: true
        ">
 </script>
answered