Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

By default, recipient emails in the e-sign popup are prefilled using the same values that are entered or prefilled on the form itself. For example, if the form has a 1own.H.Email field prefilled with “john@company.com”, then its e-sign pop-up will automatically pull “john@company.com” for the Owner 1 signer.

However, this default behavior is not useful in some scenarios, including:

  • when customers wish to use a different email for signing than the one used on the form

  • when a form does not include an email field for a signing role on the form

In these cases, customers can directly prefill an email value into the e-sign pop-up using the following configuration:

{
  "HostFormOnQuik": true,
  "QuikFormID": "12",
  "ESignType": {
    "Type":"Signix",
    "SignEnvironmentID":8 ,
    "SignixSubmitterName":"<your SubmitterName>",
    "SignixSubmitterEmail":"<your SubmitterEmail>",
    "Recipients": {
         "Signers": [
            {
               "Email": {
                   "Value": "test@test.com",
                   "ForcePrefill": true
                 },
               "Role": "1rep"
             }   
        ]
      }
   }
}



  • No labels