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

How to quickly duplicate form fields that are not linked?

New Here ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

Hi,

I'm creating a wedding place card template with 4 cards per page. Each card will have a unique name field (e.g. Name1, Name2, Name3, Name4). Now I want to create multiple copies of the same page in the same document, such as 10 pages with 40 unique name fields. I also want to repeat this with various design backgrounds. Right now I do this in 2 stages:

Stage 1:

- Pages -> Extract -> Drop the extracted page back into the original document multiple times to get all the pages I want. At this point, all the Name1 are linked together.

- Forms -> Edit -> rename each field so they are unlinked. This takes a long time. Is there some kind of "Record Action" like in Photoshop I can use?Screen Shot 2017-08-09 at 11.34.16 AM.png

Stage 2:

After Stage 1, if I wanted to create another PDF with a different background but same layout, I go to

- Page -> Replace -> Choose the one page PDF as my new background, and then do this for every page.

Is there a faster or better way to do this? Thank you in advance for your comments.

Phoenix

TOPICS
PDF forms

Views

3.6K

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

LEGEND , Aug 09, 2017 Aug 09, 2017

You can use the templates feature. This allows you to create a template page by giving it a name. With JavaScript, you can generate a new page that's identical to the template page and have the option of renaming the fields so they are not the same as the field names on the template. The process of generating a new page is know as spawning a template. If you use this approach, you would begin with a single page document. The single page is the template page with the form fields. You could includ

...

Votes

Translate

Translate
LEGEND ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

You can use the templates feature. This allows you to create a template page by giving it a name. With JavaScript, you can generate a new page that's identical to the template page and have the option of renaming the fields so they are not the same as the field names on the template. The process of generating a new page is know as spawning a template. If you use this approach, you would begin with a single page document. The single page is the template page with the form fields. You could include a means (non-printing button, bookmark, etc.) to prompt the user to enter the number of new pages to generate, and the new multipage document with unique field names would be automatically generated.

More information is in the Acrobat JavaScript reference. Post again of you'd like more information.

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 ,
Mar 25, 2021 Mar 25, 2021

Copy link to clipboard

Copied

LATEST

Hi George, 
I would like to know more about that option. I am quite lost with this issue and would be highly interested in creating multiple copies from a template. 
Cheers, 

Jon

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
Community Expert ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

You can use this tool I've developed to achieve it. It allows you to select whether or not to rename the fields in the duplicated pages:

Custom-made Adobe Scripts: Acrobat -- Duplicate Page (including Form Fields)

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 ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

Based on your answer and the nomenclature, I was able to do further search and found that you provided the solution in this thread, it's exactly what I'm looking for:

Adding a duplicate page to a form duplicates entries

Thank you!

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