Skip to main content
Participant
May 31, 2016
Question

Acrobat Fields Issues

  • May 31, 2016
  • 2 replies
  • 448 views

I'm having two issues:

1. I've created fields on a document. When I close and re-open it some of the fields are missing. Any idea why?

2. Adobe is showing that I have more than one field with the same name on the document, but it is not showing me where these same named fields are in the Tab Order sort, only in the Alphabetical Order sort, and I cannot find these identically named fields ANYWHERE on the document. How do I address this?

This topic has been closed for replies.

2 replies

Inspiring
May 31, 2016

To find out where the fields are, you can run the following code in the interactive JavaScript console (Ctrl+J):

getField("mystery_field").page;

but use that actual field name. Press Ctrl+Enter to run the code. It might show something like:

1,3

Which indicates the field is on the second and fourth page. if it shows -1, it means the field is on a hidden template page.

Participant
May 31, 2016

That was really helpful. Thank you! Running the scripts show that I do in fact have fields on a hidden template page, which might be why I cannot simply select and delete them. Do you know how to remove fields from a hidden template page?

Inspiring
May 31, 2016

You'd first have to make the hidden template page visible and you'll be able to work with them normally. If you don't know how to do that, what version of Acrobat are you using?

Inspiring
May 31, 2016

Adobe is not a program. What program are you using to create your form?

Are you sure you do not have these duplicate fields stacked one on top of each other?

It is possible that the field are located outside of the visible page.

You can highlight the duplicate name, right mouse click and delete the field using the pop-up menu.