281 results matched your search criteria
Forum topic
OneSpan Sign
Now sure if this has been asked before, but we need to retrieve which signer was last sent the signature email by OneSpan, including the signing order of this signer.
Thanks!
JP
Forum topic
OneSpan Sign
Hi,
I am trying to update a LinkHref of an existing package that has been sent to the client, I use the updatepackge function for the same, I did not get any error in the response, but the new value is not reflecting in the package.
Can you please advise.
Forum topic
OneSpan Sign
Dealing with another tricky requirement.
For one of the signers, it is requested that the email contain only the signature page (and not any of the additional pages). Is there a good way to specify what pages should be sent out in the follow-up email post-signature?
Forum topic
OneSpan Sign
Hello,
We need to change the email sent to signers. We want to change the from mail, the subject, the body... The idea is only getting the document URL to send our own email.
Can we achieve this?
Best regards,
Forum topic
OneSpan Sign
I hear from Account Reps at my Company that DocuSign has a feature that sends them an Email if the Signer has opened the Email sent to them by DocuSign.
My ESign Customer Success Representative has informed my Colleague that ESign can do the same thing.
Forum topic
OneSpan Sign
Hi team!
The email will be sent while the package is created , please see the below codes:
PackageId packageId = eslClient.createPackageFromTemplate(currentTemplate.getId(), newPackage); eslClient.sendPackage(packageId);
How to prevent the email notification?
Forum topic
OneSpan Sign
I am dealing with a requirement that reads as follows:
Customer must have an actual signature and not an ok box to click.
'Actual' in this case refers to a drawn (or typed) signature. Is there a good way to enable that for one of the signing roles sent up?
Forum topic
OneSpan Sign
I would like to sign off on all paperwork sent out by all our senders. Is there a way to assign myself or a group a specific role so that when I place that tag on a pdf document I will always be the one assigned that field?
Forum topic
OneSpan Sign
Sometimes we encounter an issue where we need to change the signer on the package. I know I could resend a package to the new signer, but this would require us to start from the beginning. Is there a way to change the signer after the package is sent?
Thanks in advance,
Darin
Forum topic
OneSpan Sign
Is there a way to stop eSign from sending the document creation email to the signee? We load the document in an iframe and do not wish to have this email sent out, as it enables the signee to sign the document outside of our website. I'm not seeing an option to disable this in the SDK.