Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
12

Reproducing an answer in the footer

Explorer ,
Aug 14, 2023 Aug 14, 2023

Hi,

I've been searching for a way to take the answer of a field and to show it in the footer of every page of the form I'm working on, but I found nothing. Is there a way to do it ?

Thank you.

TOPICS
How to , PDF , PDF forms
354
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Explorer ,
Aug 15, 2023 Aug 15, 2023
LATEST

Thank you. I actually used the custom calculation script (let's say the first field is called "Text1"): : 

event.value = this.getField("Text1").valueAsString; 

I also did your method and it worked.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 14, 2023 Aug 14, 2023

Create a text field on the first page, place it wherever you want on the page and show answer in it.

Select 'Prepare form' tool, right-click on that field and select 'Duplicate across pages'.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 15, 2023 Aug 15, 2023
LATEST

Thank you. I actually used the custom calculation script (let's say the first field is called "Text1"): : 

event.value = this.getField("Text1").valueAsString; 

I also did your method and it worked.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines