Skip to main content
Participant
March 27, 2017
Question

How to have a text field copy its content to an other text field.

  • March 27, 2017
  • 2 replies
  • 235 views

Hi!

We are trying to make a form that would take a text field (I.e. Order ID) copy/paste itself on an other text field on a subsequent page.

So to recap on Page 1 of a form we have a Order ID field. On page 2 of the same document we want the order ID to be automatically populated.

Thanks!

This topic has been closed for replies.

2 replies

try67
Community Expert
Community Expert
March 27, 2017

Just give both fields the same name and it will happen automatically.

On Mon, Mar 27, 2017 at 5:48 PM, davidl6237701 <forums_noreply@adobe.com>

Inspiring
March 27, 2017

Give the two fields the same name. If you want one of the fields to be protected form editing, then the protected field needs a different field name, needs to have the read only property set to true or on, and you need to add a custom script to copy the value of the first field to the second field.