We are working on a client's business process right now using a mixture of Forms and Workflows. In Forms we have created a 'dashboard' for the client to use as a centralized location to kick off whatever process they need to use.
Through testing we have noticed that sometimes instead of using the dashboard, they are drawn to the large green 'Start Process' button on the upper left-hand portion of the page. This will not work for their processes since pertinent information is passed from the dashboard to the starting process.
When "inspecting the element" through the browser, we can hide it with no problem using JS/CSS inline, but we would like to know if anyone knows the exact .html / ASPX file where this element resides so it can be disabled at that location?