Skip to main content
maryr34816705
Known Participant
January 3, 2024
Question

Identify form fields with the same name

  • January 3, 2024
  • 1 reply
  • 1895 views

I am working on an appendix to a book that consists of multiple fillable forms. I need to add this appendix at the end of the of the PDF that contains the rest of the book. When I try to add the appendix, Acrobat gives me the message telling me that form fields with the same name will be merged. The appendix has 87 pages of forms. Is there a way to quickly identify any form fields that have the same name?

This topic has been closed for replies.

1 reply

Thom Parker
Community Expert
Community Expert
January 3, 2024

Yes, you have some options, but they all involve scripting.  Unfortunately Adobe did not include a field reporting tool in Acrobat. 

 

You could write a script that examines all the separate PDFs and compares fields.

How may separate documents are there that contain form fields?  How many pages are the documents and about how many fields on each?

 

But there is another simpler solution. Do you really need interactive form fields in the index? Or were these fields just for developing the document?  If you don't need the fields, then the document can be flattened, so the text is there, but there are no form fields.  

You'll find a free flattening tool here:

https://www.pdfscripting.com/public/Free_Acrobat_Automation_Tools.cfm

 

 

 

 

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
maryr34816705
Known Participant
January 3, 2024

Unfortunately, my bosses want fillable forms in the appendix, which is a real pain on many many levels.

There are 47 pages of actual form fields, many of which are Yes/No radio boxes. The majority of the remaining fields are text boxes. The number of fields on each page varies from 15 - 30.

I've never used scripts in Acrobat before, so consider me a newbie.

Thom Parker
Community Expert
Community Expert
January 3, 2024

Excellent info!  But how many separate PDFs are there that need to be merged, that also have form fields on them?

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often