Combining 2 Fields ("First Name" and "Last Name") into ("Full Name")
I found this script:
event.value = this.getField("First Name").valueAsString + " " + this.getField("Last Name").valueAsString;
Problem is, if you go back and change the names in the "First Name" field, and "Last Name" field, it doesn't update the "Full Name" field.
Oh, By the way, I'm using Adobe Acrobat 9 Standard.
Also, does anyone know if there is still a newer version with a "one time" fee rather than a subscription?
