How can I copy text from one field to another using Javascript?
I am not very familiar with javascript. I would like to copy text from one set of fields to another in a pdf (using Acrobat DC) based on the whether a checkbox has been checked or not (i.e., if checked box value = true, etc.). How can I do this using javascript as an action for the checkbox field? Assume the checkbox field name is check_yesno. If it is checked (value is true) then I want to copy an address from one field on the form to another. As an example, one of the fields I want to copy is address_main to be copied to address_secondary if the checkbox has been checked. Any help with this would be appreciated.
