Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

how to create bookmarks using Designer aem Forms

Avatar

Level 3

Hello,

i would be very thankful for your help. Now i woud like to build a Table of Content on a static form using Designer eam Form. I such on internet how can i create bookmaks on Designer . I found something like

<subform> <!-- Any container element like subform, field or area-->

  <extras name="bookmark">

  <text name="name">ANY_NAME</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>

  ...

</subform

but when i do the same on my form, it doesn´t work.

Can someone please help me to solve this problem? or to give me some tips or methods to solve this problem.

regards

Arthur

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Arthur,

There are a few samples around, have a look at this one a did some time ago, Adobe LiveCycle Designer Cookbooks by BR001: Adding bookmarks to a Form

Bruce

View solution in original post

6 Replies

Avatar

Correct answer by
Level 10

Hi Arthur,

There are a few samples around, have a look at this one a did some time ago, Adobe LiveCycle Designer Cookbooks by BR001: Adding bookmarks to a Form

Bruce

Avatar

Level 3

hi Bruce,

thank you but the link https://cloud.acrobat.com/file/6c846219-6c0f-4f3d-9769-68bcf2c086aa  for bookmark marco doesn´t anymore exist.

regards

Arthur

Avatar

Level 10

Hi, That is from Radzmar's website, you will need to contact him for a copy. But, between the two links there should be enough info to do it manually.

Avatar

Level 3

hi,

i did it manually but it doenst work.

there is how i do that:

<subform w="282.575mm" name="Oem" layout="tb">

         <bind match="none"/>

         <draw name="TitleOemPage" w="282.575mm" h="5.939mm">

            <ui>

               <textEdit/>

            </ui>

            <value>

               <text>Oem Notes</text>

            </value>

            <extras name="bookmark">

               <text name="name">Oem</text>

               <text name="color">0,0,0</text>

               <text name="style">normal</text>

               <text name="action">gotoPage</text>

            </extras>

Avatar

Level 3

it´s okay

i saw the probelm. when i save in preview tab , i just do a right click and then print to pdf  with this method i can´t see the bookmarks. how can i save my form with filled data to pdf

Avatar

Level 3

Hi Bruce,

thank you a lot for your answers. now have something like this:booksmark.PNG

how can i add some actions like goto the specific section on the two fields in the table of contents without using any script on the client side.

can you please help me?

regards

Arthur