264 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We have a requirement where we need to impose unique package name when users create a transaction. I understand that the only uniqueness that eSL has is the packageId and not the name.
Is it possible to check the uniqueness of package name before it is created?
Thank you.
Forum topic
OneSpan Sign
Hello,
I want to check more details about this event notifier (ESL:MESSAGE:SUCCESS:DOCUMENT_CONFIRM), A signer has successfully confirmed a document. A
how I can know which document was signed? Will this event return any details about the document ID?
Thanks,
Nehme
Forum topic
OneSpan Sign
Hello,
We have the below field in our pdf: {{esl:Signer1:textfield:size(200,50)}}
Can you please let us know how to make these fields required and how can I set the max field length for these fields.
Thanks!
Forum topic
OneSpan Sign
In our code, we are using the change signer feature.
.CanChangeSigner()
Once a new signer is assigned, the eSL server generates random signer ID.
How can we get the signerID using .net to get the signing status of this signer.
Please note that we can't use callbacks in our environment
Forum topic
OneSpan Sign
We have several processes that use eSign and almost all use the default consent/disclosure page. However, there's just one use case where we need to disable the consent/disclosure page when submitting transactions. How do we do this via the ESL SDK?
Thanks,
Chris
Forum topic
OneSpan Sign
Hi,
Is there a way to create a new user in eSL using SDK's or Rest API's?
I understand that .inviteUser() is one of the option to create a new user, but that would mean that the user has to actually go through the email and perform the 'Account Registration' step.
Is it possible to bypass that step
Forum topic
OneSpan Sign
Hi,
is there a way to test the callback feature so that when there is a callback from ESL (example after the signing ceremony is completed), it calls my Dev running the webservice ?
like http://localhost/api/eslListener/ ?
Assuming: I've added the callback url as http://localhost/api/eslListener/
Forum topic
OneSpan Sign
Hi,
As per my requirement, I need to provide 2 different capture tag for same person.
One for full signature and another for "Paraph sign" (Small sign which contains only initial)
Right now I am using below signature tag for one sign:
esl:signer1:capture:size(150,50)
is there any way to implement
Forum topic
Intelligent Adaptive Authentication
Hi Team,
Trying with below textfield with defaut value, but not showing text field after onespan sent the document.
{{*esl_InstitutionName:" + ID + ":textfield:offset(0,-2),Value("Enter the client details")}}
Forum topic
OneSpan Sign
We've a scenario where there is a standard form that has been filled out by multiple people and it needs to be signed by a single person.
We've created a document layout for the form but is there a way from the eSL UI to apply the layout to all the documents that were uploaded to the package?
If no