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:
(You can also do this with a live Box on your site.)
Right-click inside the box, then click Inspect.
This opens your browser’s Dev Tools. Click the Console tab:
Execute this command on the console:
- boxapi.showPage(‘thx’)
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!