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

Automatic filling with javascript

New Here ,
Jun 25, 2019 Jun 25, 2019

Copy link to clipboard

Copied

Hello everyone,

I need some help about automatic filling PDF dynamic document.

I’ve created a dynamic pdf form with acrobat pro. We can find several fields on the document, like Name, Surname, address, … which come back many times on many pages. To save time and not fill in these same fields each time, I’d like to find a way to automatically fill in all Name field when the first one has been filled in. So that the user doesn’t need to fill in all fields with the same information.

I saw the possibility to implement javascript code in acrobat pro which seems to be a solution.

Does someone know what JS code I could use to do this ? Or a better solution ?

Thanks !

TOPICS
Acrobat SDK and JavaScript

Views

456

Translate

Translate

Report

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 , Jun 25, 2019 Jun 25, 2019

Just give the fields the same name and they'll automatically have the same value. No scripts required.

Votes

Translate

Translate
Community Expert ,
Jun 25, 2019 Jun 25, 2019

Copy link to clipboard

Copied

Just give the fields the same name and they'll automatically have the same value. No scripts required.

Votes

Translate

Translate

Report

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 ,
Jun 25, 2019 Jun 25, 2019

Copy link to clipboard

Copied

LATEST

Oh yes, it works !
Easier that i've planned.

Thanks try67 !

Votes

Translate

Translate

Report

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