1389 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
Is it possible to use the designer on a transaction that has already been created and populated with documents?
Forum topic
OneSpan Sign
Hello,
I want to place my esignlive document on my website homepage. I want visitors to be able to see the form, fill it out and add their signature.
Forum topic
OneSpan Sign
When using the UI or Template Builder, I would like to be able to have a signer select an option in a drop down box and their selection be used to fill in another field on another page, or in another document on the same package.
Forum topic
OneSpan Sign
We have a customer that will have their signers access the signing page after they have already been authenticated in out customers personal system. They want to know if there is any way to get a signing URL that will not have to go through Silanis Authentication (sms, kba, etc).
Forum topic
OneSpan Sign
I just installed OneSpan Sign for Salesforce. I am trying to test out a transaction, but whenever I go to prepare the document I get this error: User does not have EDIT/DELETE access to package. I have a System Administrator profile and I have been assigned to the appropriate permission sets.
Forum topic
OneSpan Sign
Hi,
I have looked at the REST API documentation (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/packages.htm#) but it doesn't seem to have a REST API to retrieve a package from eSignLive say based on the package id
Can you please confirm on this and suggest alternate
Forum topic
OneSpan Sign
According to this page, field injection is for text field only. Is that still the case for Java SDK 11.0 which I'm using? We have forms that contain texts/radio buttons/drop-downs, etc.
http://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/field_injection.htm
Forum topic
OneSpan Sign
HelloWe have already looked into all the other discussion regarding this error and nothing really helps. We have customer uploading some PDF that are getting rejected by OneSpan that aren't corrupted, encrytped and don't have NeedAppearances AccroForm flag.
Forum topic
OneSpan Sign
I have a controller method
public List GetPackageTransactions(string packageId) // packageId = "660bd4f9-d090-4233-9fec-d176404e1871"
{
PackageId pid = new Silanis.ESL.SDK.PackageId(packageId);
List list = eslClient.AuditService.GetAudit(pid);