Skip to main content
Participant
August 18, 2024
質問

Forms

  • August 18, 2024
  • 返信数 1.
  • 290 ビュー

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?

このトピックへの返信は締め切られました。

返信数 1

PDF Automation Station
Community Expert
Community Expert
August 18, 2024

Fields with the same name can only have one value.

Participant
August 18, 2024

Thanks for your answer 

 

Is there an other option to do it?

try67
Community Expert
Community Expert
August 18, 2024

A calculation script can be used to copy of one field to another.

For example:

event.value = this.getField("Name").value;