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

Forms

New Here ,
Aug 18, 2024 Aug 18, 2024

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?

TOPICS
How to , PDF forms
223
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 18, 2024 Aug 18, 2024

Fields with the same name can only have one value.

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
New Here ,
Aug 18, 2024 Aug 18, 2024

Thanks for your answer 

 

Is there an other option to do it?

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 18, 2024 Aug 18, 2024
LATEST

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

For example:

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

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