Uploading documents
Tuesday, March 12, 2019 at 08:49amHi, 
Is it possible to upload additional attachments when completing/signing a package? For instance if a signer had to upload a scan of their drivers licence and then sign. Would that be possible? 
Thanks,
      
                                    
Reply to: Uploading documents
Wednesday, March 13, 2019 at 06:35am.withSigner(newSignerWithEmail("[email protected]") .withFirstName("John") .withLastName("Doe") .withCustomId("Signer1") .withAttachmentRequirement(newAttachmentRequirementWithName("Driver's license") .withDescription("Please upload a copy of your driver’s license.") .isRequiredAttachment() .build()))Hope this could help! Duo