Copy link to clipboard
Copied
Hi everyone, I am preparing a lease form for multiple people to fill out with their name, date, and signature. However, I'm having trouble designating fields specifically for each person. I'm considering naming the fields "sign one" for the first person and "sign two" for the second person. When I send it out for signatures, I'll change it to a signature field on the first page, and it should automatically change on all pages. But when I do this with the tax input field, it fills out automatically on all fields. Is it possible to have the same name for fields so I can designate them for different people without copying the text from each other?
Copy link to clipboard
Copied
Fields with the same name can only have one value.
Copy link to clipboard
Copied
Thanks for your answer
Is there an other option to do it?
Copy link to clipboard
Copied
A calculation script can be used to copy of one field to another.
For example:
event.value = this.getField("Name").value;