Question
Script for Replicating Form Field Values Smartly/ Dynamically in Accross PDF
- January 21, 2024
- 2 replies
- 1649 views
Hi, I am attaching two two-page PDF file screenshot samples. I want a script that can do the following:
- Whenever the user enters a value in Fields 1 (3 Text Fields, 1 Date Field, 3 Checkboxes) on Page 1, its value is to be replicated in Fields 1 (3 Text Fields, 1 Date Field, 3 Checkboxes) on Page 2.
- Next, if a user enters a value in Field 3 (3 Text Fields, 1 Date Field, 3 Checkboxes) on Page 1, all values are to be replicated in Fields 2 on Page 2. No blank fields should be present on Page 2.
- Another example: If the user enters values in Fields 2 and 3 on Page 1, all values are to be replicated in Fields 1 and 2 on Page 2 accordingly.
- All fields on Page 2 should be set to "Read Only."


