Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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'.
Copy link to clipboard
Copied
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.