Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Print or Save pop up form in SNOW (so it readable...)

nicknwhite
Kilo Contributor

I often have need to output a popup form from within ServiceNow as per the attached example.

Using latest build Edge and Chrome....
Print creates a unreadable document
Save creates a even more unreadable document
Using developer tools to capture a screenshot only ever captures on screen part of the form, all screenshot options do this.

I've seen talk on these forums about connecting to the API to pull data.... I'm looking for a simple answer, it feels like this is a simple request in 2026. I've tried every option Copilot and Gemini can suggest and always end up with an unreadable document. Is it possible? Thanks

1 REPLY 1

nicknwhite
Kilo Contributor

I found the solution via Reddit having tried so many different ways that should but don't work...

 

Isolate the Popup into its Own Tab

Look for View frame source in the browser context menu and click it. A new browser tab will open showing the HTML source code of just that popup.

Go to the address bar of this new tab and delete view-source: from the very beginning of the URL path (so it starts as https... address), then press Enter.

The popup form will load by itself as a clean, full-screen page. You can now safely press Ctrl + P or use Capture Full Page to output everything directly to a readable PDF