Answered
Reproducing an answer in the footer
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.
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.
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.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.