95 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I am working in integrating your esignlive API in PHP. I have got the form and code working. What I'm trying to do next is to add multiple signers on a form.
Forum topic
OneSpan Sign
I have a scenario in which multiple signers can be part of same role.
Like role1 has Signer1, Signer2, and Signer3
When this role1 is linked with Document1 to sign at mentioned location, only Signer1 is getting email to do.
Id it possible that all 3 signers in role1 gets email and anyone can do the
Forum topic
OneSpan Sign
I have 3 groups of signers, lets call them Group1, Group2 and Group 3
A document package is constructed in which there can be multiple documents.
Group1 and Group2 always need to sign all documents.
While Group3 only signs particular documents.
These Groups sign in order, so Group1 first, then Gro
Forum topic
OneSpan Sign
If I assign a reminder schedule to a package with multiple signers will all the reminder schedules be applied to all the signers in order?
Case:
reminderScheduleToCreate = ReminderScheduleBuilder.ForPackageWithId(packageId)
.WithDaysUntilFirstReminder(2)
.WithDaysBetweenRemind
Forum topic
OneSpan Sign
Trying to follow the example here: https://www.onespan.com/blog/onespan-sign-developer-multiple-signers-sharing-same-email
But I am getting the exception below when I add a second signer with:
Forum topic
OneSpan Sign
Hello,
I want to sign a single document with multiple person on different postions.
Appreciate your help.
Forum topic
OneSpan Sign
Hi,
Is it possible to have only one ceremony for two signers ? We want to redirect the users to the signing ceremony, but we would like both signers to sign in that same redirect url.
Forum topic
OneSpan Sign
Hi,
I'm trying to set up a package where two signers are eligible to sign the same field, and one of them signing would be enough to complete it. Is there a way to accomplish this?
Thanks in advance!
Forum topic
OneSpan Sign
Hello,
It seems the Package Object is not too happy with if statements with in the code block.
Forum topic
OneSpan Sign
I'm currently using Java SDK to create a package:
<dependency>
<groupId>com.silanis.esl</groupId>
<artifactId>sdk</artifactId>
<version>11.38</version>
</dependency>