cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Footnote in adobe form

0 Kudos
453

Hello everyone,

I need to insert a footnote in an Adobe form. The challenge is that I need to identify on which page a word with a footnote appears, and display the explanatory note only on that specific page. I have created a dedicated area at the bottom of the page, and I can successfully make it visible or invisible using JavaScript. However, I'm struggling to identify on which pages the various footnotes appear, so that I can make the footer visible on the correct pages.

Does anyone have experience with this or can suggest an approach to solve this problem?

Any insights or code examples would be greatly appreciated.

Thank you in advance for your help!

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I have attached an image to explain the expected functionality.

At the end of the page I created a dedicated area for viewing notes

SPVK
Associate
Associate
0 Kudos
My assumption is, you are using <sup> tag inside the rich text to display these super scripts shown in the text. In this case, one bruteforce approach is to read objects present in each page and look for <sup> tag. If you find any, then display those foot notes. BTW, what type of form is this? print form or an interactive?
0 Kudos

The problem is precisely understanding on which page a specific footnote appears. In the print version, I have various dynamic tables, consequently I don't know in advance on which page the specific note will appear.

SPVK
Associate
Associate
0 Kudos
let's say if we have to manually add the footnote on a particular page, what do you look at?any particular field or end of a table or any text string?