PDF Field Javascript Calculation to copy data from fields
I am trying to get a field in a PDF form to equal the value of another field, but if that field is blank, then I want it to to equal the value of the next field.
For instance, what I have (that works for the first field provided data is entered):
event.value = this.getField("field1").valueAsString;
I need it to get data from another field IF field1 is blank, (for instance go to field2).
Any help would be greatly appreciated.
