Copy link to clipboard
Copied
I've created a form manually in Acrobat. I've copy and pasted blocks that repeat on each page.
When I fill out the name field in each block, the text also appears in the field on the following pages. Entering text on one page, the following pages have the same text.
Here's the thing though. The field names are all different! No form fields have the same name.
For example:
page 1: Likes/1, Dislikes/1;
page 2: Likes/2, Dislikes/2
It's driving me crazy. Please let me know how to troubleshoot this.
Copy link to clipboard
Copied
Give the fields unique names.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
All of the fields are named differently but they are repeating. When I type on Page 1 it also appears on page 3
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
You are showing us only Page 7. If those are the same form field names as on page one, then the form fields are not unique within the form.
If you are repeating these form fields on eaxh page, I would look at using the Template within Acrobat to spawn each page and having that action rename the form fields automatically.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Ok, I think you would be better off if instead of copy an pasting you use the "Create Multiple Copies" .
You can start by creating a field with the formatting properties that you want. then ight-click on the field and select from the context menu "Create Multiple Copies".
You can assign a prefixed name that will help you identified and group the fields according to their fucntion.
For example, just create one field that says LIKES another one DISLIKES. Select both and "Create Multiple Copies"
After you've applied the action now your textfield names will look like LIKES.0, LIKES.0.1 and DISLIKES.0, DISLIKES.1
This is particularly useful because when you icorporate javascripting with adding formulas and such all you need is the Prefixed name of the field and not the whole LIKES.0.0.1.1 string.
Copy link to clipboard
Copied
The form fields need to be unique within the entire form not just on a page. If you need multiple pages of a given form, I would look at using the template object to create a template form which to create each page and hving the JavaScript spawning method automatically rename the fields on each page.
A Lesson in Templates for Adobe Acrobat an old article but it still works.
Copy link to clipboard
Copied
So I used "create multiple copies" and the text is still copying onto the second portion. See image
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I also ran into a similar issue once. If you've used the other copy option "Duplicate Accross Pages", it will copy the same field with the same field name. You won't be able to visually spot that the last created fields using the "Duplicate Accross Pages" option will overlap on top of the field that was there before,; since the fields probably has no colo filing in the box and it remains transparent, it may look that is only one field that was copied onto the next page, when in reality is the newly copied field sitting on top of the one(s) you already created. You will be able to spot this if you right click on any field and select "Show Tab Numbers". I will include a slide on my next reply
Copy link to clipboard
Copied
Here is my screenshot to support my last reply:
Copy link to clipboard
Copied
Hi,
Just checking if you were able to resolve this issue by applying recent updates to Acrobat or following any of the recommendations in this thread.
Thank you.
Copy link to clipboard
Copied
In this thread, https://community.adobe.com/t5/Acrobat/Fillable-Form-Issues/m-p/10614767#M150353a user recently was having a similar issue. She discovered after trying many things that she was overlaying a text field on top of another.
See if this applies to your case.