I also have a project in which the user will complete & sign multiple "carbon copy- like" versions of the same form. Each "duplicate instance" of the form will have a digital signature field signed by the same person (a total of 6 fields)
The problem I'm having is each time the form is digitally signed, the user must perform a SaveAs which quickly becomes a nuisance. Instead of saving the form with a new name, the user must overwrite the current file then proceed to sign the next field, etc.
Since digital signature fieldscan't be set with global binding, is there a way to maybe deactivate the SaveAs requirement after each signature? Or is there a better, more creative workaround to this issue?
Tony