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

Linking "Parent Fields" to "Spawned Page Fields"

Community Beginner ,
Nov 14, 2016 Nov 14, 2016

Looking for a way to link fields from parent to spawned page fields. I want to be able to fill parent form in and when a specific page is spawned certain fields autofill.

I've linked all parent fields to fill when needed, but not sure what script to use for spawned fields.

TOPICS
Acrobat SDK and JavaScript
493
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 ,
Nov 15, 2016 Nov 15, 2016

When you spawn the page simply set the bRename parameter to false and the

fields on the spawned pages will automatically have the same names, ans

therefore the same values, as the original fields.

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 ,
Nov 15, 2016 Nov 15, 2016

Hi.

I want to be able to fill parent form in and when a specific page is spawned certain fields autofill.

Beware that is not possible for "certain fields" only, the bRename parameter apply to none or to all of the fields (true or false).


Acrobate du PDF, InDesigner et Photoshopographe
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 Beginner ,
Nov 15, 2016 Nov 15, 2016
LATEST

Thanks, the spawned page will not have all the same fields as the parent page, it is actually a whole different form that only some of the fields will apply, just trying to cut down on redundancy of typing.

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