Hello,
I am having trouble getting the name of the bookmark of the current page. I have tried using.
var myRoot = this.bookmarkRoot;
var myChild = myRoot.children[0];
I then need to export the text value of the current pages bookmark when a checkbox on the page is checked. Thanks!
MSP
George