Skip to main content
Participant
May 15, 2023
Question

Duplicated pages, and now the fields auto populate on all pages

  • May 15, 2023
  • 1 reply
  • 761 views

I have a PDF file where I duplicated a page multiple times to be used to each day of the week. But when I fill out the date, for example, on the first sheet, it is auto-filled with the same date on all the pages I duplicated. When I edit the second page to tomorrow date, it gets edited on all the pages. How can I prevent the form from doing this so I can input different info on each of these pages?

This topic has been closed for replies.

1 reply

Abambo
Community Expert
Community Expert
May 15, 2023

Fields have the same name, so your entry gets simply spread on multiple fields of the same id. You need to attribute to each field a unique name.

ABAMBO | Hard- and Software Engineer | Photographer
Participant
May 15, 2023

I was able to research further based on your answer and figured it out. thank you!!