Question
PDF form: Pass/print value to different text boxes based on users selection (mouseclick)
I would like to implement a function on a PDF form with scripts that allows me to make entries in text fields that the user clicks on via check boxes.
Example:
User clicks on/into Textbox A, and selects Checkbox Y, a value is printed into Textbox A, afterwards he clicks on /into Textbox B, and selects Checkbox Y again (or another checkbox) a value is printed into Textbox B and so on.
Thanks so much for any advice!