Skip to main content
meaghank0819
Participant
January 29, 2018
Question

How do I automatically fill second page of PDF with data from first page?

  • January 29, 2018
  • 2 replies
  • 259 views

I am working on a contract that has a second page for long form project details. The top portion of both pages includes basic customer data (name, address, email, date, order #). How do I get the data that my sales teams enter on page 1 to automatically populate page 2 of the contract so they dont have to type it over again.

PAGE 1

PAGE 2

This topic has been closed for replies.

2 replies

Inspiring
January 29, 2018

If the fields on page 2 hold the exact same data as page 1, then give the fields on page 2 the exact same name. Now if you only want the data on page 1 to be edited but the the same data on page 2 then you will need to use some JavaScript to transfer the data from the fields on page 1 to the fields on page 2.

try67
Community Expert
Community Expert
January 29, 2018

Give the fields the same name and they will have the same value.