Forums
Hello, I have added signer SMS verification before sign of document. It show SMS sent. but user don't receive any SMS. even if user request SMS while sign, it say SMS sent successfully, but don't get any SMS. Here is the code. There is line of array for SMS. Is it like any Mobile format validation to follow to save mobile number? or below code need any addition.?
Forums
Guys, Is there a way to modify the printed date that is captured when a signer signs a document? Looking at the field list, this is what we have.
{  
    "binding":"{approval.signed}",
    "validation":null,
    "id":"ObLkNxU6DSoR",
    "page":0,
    "data":null,
    "subtype":"LABEL",
    "left":257.0,
    "width":142.0,
    "height":32.0,
    "extract":false,
    "top":524.0,
    "extractAnchor":null,
    "type":"INPUT",
    "value":"yyyy-MM-dd HH:mm:ss 'GMT'",
    "name":""
}
Can I get the format to show up something like this?
Forums
Hi, when adding the signature tags the Designer autosaves the changes. Is there a way to know that signature tags were added or they closed the designer session? so here is the scenario: We will configure the Sender designer session in a way that the send button is hidden so we can control when to send the package. We would need to know when the document/package is actually ready for signature ie. a Signature tag has been added. Thanks, Sara
Forums
So far, the process is this. The notary signs into the transaction and then switches to the borrower that will be signing. The borrower will then click the okay button a few times to authenticate themselves and start signing. Then another switch happens when another signer, if required, is present. Is there a way to add more authentication like SMS to this process? The notary signs into the transaction. They then select the first signer who has SMS. The borrower is then forced to enter an SMS passcode before being able to switch and authorize with the site. Is this possible?
Forums
Hi, We have been trying to sign all documents using the canadian REST API (e-signlive.ca/api) We tried creating a package with the code provided on https://developer.esignlive.com/guides/feature-guides/sign-documents/ . We added a role ('Sender') and approval for this role.
{
  "name":"Contract B J R",
  "description":"",
  "roles":[
     {
        "id":"SignerContract",
        "type":"SIGNER",
        "signers":[
           {
              "firstName":"B J",
              "lastName":"R",
              "email":"[email protected]",
              "delivery":{
              
Forums
Hi, Where can I find documentation about Roles and Signers, and how they are intended to be used? I see that Roles accept an array of Signers but I couldn't find a sample of when multiple Signers are being added to that array, I have only seen a 1 to 1 (one role - one signer) examples. for instance: when I created the package like below and opened up in the designer to add signature tags only the first Signer email showed up in the designer.