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

How to populate multiple fields from one...?

Guest
Jul 27, 2016 Jul 27, 2016


I'm working with Acrobat 9 and trying to edit some fields in an existing PDF I have. I have certain fields that repeat themselves (EX: Social Security #) and I'm trying to get it where you only have to fill it in one time and it will appear on the other parts of the document. I was not the original developer of this fillable PDF, and the previous person has multiple fields that just randomly populate with information/data when a particular field is completed. HELP PLEASE!!!

TOPICS
Acrobat SDK and JavaScript
357
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

correct answers 1 Correct answer

Community Expert , Jul 27, 2016 Jul 27, 2016

The key point to understand is that fields with the same name will automatically have the same value. So if you that to happen give them the same name. If you don't want it to happen give each field a unique name.

Translate
Community Expert ,
Jul 27, 2016 Jul 27, 2016

The key point to understand is that fields with the same name will automatically have the same value. So if you that to happen give them the same name. If you don't want it to happen give each field a unique name.

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
Guest
Jul 27, 2016 Jul 27, 2016
LATEST

That worked. Sorry for such an elementary question but this is great.
Thank you!

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