Skip to main content
Participant
May 18, 2023
Question

How do I mirror information from one fillable field to another fillable field?

  • May 18, 2023
  • 1 reply
  • 2006 views

TEXT 1 (Thompson, Jake Allen) > TEXT 2 (Jake Allen Thompson)

 

Using 2 fillable fields, how can I mirror the information in TEXT 1 to TEXT 2? If I need to drop the comma in TEXT 1, that's NBD. 

This topic has been closed for replies.

1 reply

Nesa Nurani
Community Expert
Community Expert
May 18, 2023

In "TEXT 1" as 'Validate' script, use this:

this.getField("TEXT 2").value = event.value;

SRPennellAuthor
Participant
July 14, 2023

Hey @Nesa Nurani this did not work. I did had the pdf so that you could see what I am dealing with.

Nesa Nurani
Community Expert
Community Expert
July 14, 2023

By mirror, you mean you just want to show value from text1 into text2, or you want to change something?