Need Script for Dynamic Replication of Fillable PDF Form Fields in Adobe Acrobat Pro
Hello Adobe Community,
I am currently working on creating a fillable PDF form in Adobe Acrobat DC, and I'm facing a challenge that I believe some scripting expertise could help resolve.
In my form, I have 20 fields named Text1.0 to Text1.9 and Text 2.0 to Text2.9. What I'm looking for is a JavaScript script that, if I enter a value in Text1.3, the script should check Text2.0 to Text2.9 and replicate the value to the first available blank field starting from Text2.0. Similarly, if I enter a value in Text1.7, the script should search for blank fields in Text2.0 to Text2.9 and replicate the value to the next available blank field. And so on.
Any guidance or script snippets that can help achieve this dynamic replication would be highly appreciated. Thank you in advance for your assistance!