667 results matched your search criteria
Forum topic
OneSpan Sign
Hey,
I followed your guidance on Reminder and the code works well:
https://developer.esignlive.com/guides/feature-guides/reminders/
But when I want to check if I have successfully configured reminders, I can't find the related information in the package JSON. Please advise me.
Thanks in advance!
Forum topic
Intelligent Adaptive Authentication
Hello,
I have an issue in IAS integration with AD.
I can't add AD users to IAS
for event logs i got below error:
{Error Code: '(-30)' ; Error Message: 'Failed to search on and/or bind to LDAP server(s)'}}
Forum topic
OneSpan Sign
One last question. I have installed the SDK in my org and put together a small bit of code to create a simple package as shown by Rob in this post:
https://developer.esignlive.com/forums/topic/creating-a-package/
However, it appears that my SDK is not being recognized. Any ideas?
Forum topic
OneSpan Sign
Hi,
I am not clean how to use attachment, could you please share an sample code? Also once there is attachment in a package, the sender have to accept this attachment, otherwise the signing ceremony will not be completed?
Thanks
Forum topic
OneSpan Sign
New Signer experience with local language support . Creation of templates in local language.
We have used Java SDK .
Please provide me JAVA Code for this.
Forum topic
OneSpan Sign
Hi,
I have to ask Required Document from signer but Number of Required documnet is dynamic.
It depends upon agent to ask any number of document to signer.
I have created signer using SDK and want to add required doc dynamically based on number of documentes requested to Java code.
Thanks
Forum topic
OneSpan Sign
Hi is it possible from custom UIto allow user to place signature on the page...to choose where it want it. What parameters I need to set in the code. I use .net SDK
Also would it be possible to size iFrame to the document or to remove all unnecessary space around document. How?
Forum topic
OneSpan Sign
Hello,
Is there a way to ensure that person who receives the email with link for signature is the person who actually signs the document.
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
Hi,
I am looking for code examples using Mobile SDK how to start creation of package and complete the transaction in offline and sync when connected online.
Please let me know if any one have performed the similar use cases.