- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello,
I have a dynamic form with a repeating Section (Subform) called Section 3. I've created a book mark to the beginning of this Section (1st Instance) by going into the XML Source tab and adding an "extra" tag as shown below. This works great and the bookmark always goes the beginning of the section regardless of how much the form expands and how many new Section 3s are added. However, I would like to dynamically add a bookmark each time the user adds an instance that would link to the beginning of that instance at runtime. Is this possible?
<extras name="bookmark">
<text name="name">Section 3 - Program 1</text>
<text name="color">0,0,0|R,G,B</text>
<text name="style">normal | italic | bold | bold-italic</text>
<text name="action">gotoPage | setFocus | runScript</text>
<text name="script">ANY_FORM_LEVEL_SCRIPT</text>
<!-- JavaScript only. No formcalc support --></extras>
Thank you.
Solved! Go to Solution.