Forums
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.
Forums
I am seeing a possible bug where I am creating a package with 1 document, 1 signer, and 1 signature. When creating the package, I give the signature a unique name using the
.WithName(string signatureName)
method. Then, when I use the eSignLive client to retrieve the documentPackage, the signature name is null. You can find a simple example shown below
var signer1 = (Email: "[email protected]",
                           Id: "signer-1",
                           FirstName: "David",
                           LastName: "NormalGmail",
                           Company: "ABC Com
Forums
I am seeing a bug where the following occurs: 1. I create a package with 1 document and 1 signature placed using text anchors. 2. At a later time, I programmatically add another signature to that same package/document using text anchors. Expected Result: The signature I want to add is placed according to the text anchor. Actual Result: The signature is placed at position (0, 0) and the text anchor is completely ignored. The code below demonstrates my approach and bug.
Forums
In our software we generate a package in the background then display an IFrame to the URL created with the package from the .net SDK. Right now I have only seen this in your sandbox. If you sign the package normally everything works fine but if you decline or opt-out we get the a screen that says the following: Your browser need to have cookies fully enabled.
Forums
In the latest SDK, there were additional signing ceremony customization's added. Specifically, I'm noticing WithOptOutOther and WithDeclineOther. I can't find any information about what these two settings do and what are their default values as it is not reflected in the documentation or guides. Can anyone shed some light on what these customization's do?
Forums
Hi there, I'm using the .NET integration guide found here to create a package: https://docs.esignlive.com/content/c_integrator_s_guide/sdk/a_introduction/getting_started_with_sdks.htm#Creating_Your_First_Document_Package When running this portion of the sample code I get the error below: PackageId packageId = eslClient.CreatePackage(package); Could not create a new package. Exception: The remote server returned an error: (404) Not Found. HTTP POST on URI https://sandbox.e-signlive.ca/api/packages.