How to quickly skip pages on multi-page Boxes

If you have a Box with many pages and want to jump ahead without navigating through each page, you can do this easily with a console command.

From the Box editor, click Save & Preview:

Save and preview

(You can also do this with a live Box on your site.)

Right-click inside the box, then click Inspect.

Inspect Element

This opens your browser’s Dev Tools. Click the Console tab:

Console

Execute this command on the console:

  • boxapi.showPage(‘thx’)

showthx

You can jump to any page with this command. Just change (‘thx’) to the page abbreviation, such as main, thx, ep1, ep2, etc.

Running into an issue or have a question? Reach out to our support team via support@digioh.com and we’ll be happy to help!