We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d001781 + e2a9d39 commit fd4e9bcCopy full SHA for fd4e9bc
lib/eSignature/examples/setDocumentVisibility.js
@@ -91,6 +91,7 @@ function makeEnvelope(args) {
91
// create the envelope definition
92
let env = new docusign.EnvelopeDefinition();
93
env.emailSubject = 'Please sign this document set';
94
+ env.enforceSignerVisibility = 'true';
95
96
// add the documents
97
const doc1b64 = Buffer.from(document1(args)).toString('base64');
0 commit comments