Creating bookmarks for Acrobat in a LiveCycle PDF may not behave as expected because LiveCycle forms are designed to expand/collapse based on the input data. Bookmarks, however, are designed to link to a specific page that remains fixed. With that said, you can use the Form Ready event to create an Acrobat bookmark then you need to Reader-enable the form for Commenting in Acrobat Pro. to enable the bookmark for Reader.
Javascript example:
var myDoc1 = event.target myDoc1.bookmarkRoot.createChild("LeveransAdress","this.getField(\"form1[0].#subform[0].TextField1[4]\").setFocus()");
With that said, you can use the Form Ready event to create an Acrobat bookmark then you need to Reader-enable the form for Commenting in Acrobat Pro. to enable the bookmark for Reader.
Javascript example:
For more information on this visit:
http://kb.adobe.com/selfservice/viewContent.do?externalId=333000&sliceId=1
Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.