Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

redirectDelay from postSignOption is not working properly

New Here ,
Sep 15, 2020 Sep 15, 2020

Hi. We have been creating Agreements using have the following structure:

 

 

{
    "fileInfos": [{
        "transientDocumentId": "<<transientDocumentId>>"
    }],
    "name": "<<name>>",
    "participantSetsInfo": [{
        "memberInfos": [{
            "email": "<<email1>>"
        }],
        "order": 1,
        "role": "SIGNER",
        "name": "<<name1>>"
    }, {
        "memberInfos": [{
            "email": "<<email2>>"
        }],
        "order": 2,
        "role": "SIGNER",
        "name": "<<name2>>"
    }],
    "signatureType": "ESIGN",
    "state": "IN_PROCESS",
    "emailOption": {
        "sendOptions": {
            "completionEmails": "NONE"
        }
    },
    "postSignOption": {
        "redirectUrl": "<<URL>>",
        "redirectDelay": 0
    }
}

 

 

Note the redirectDelay with value 0. Until a few hours ago this type of Agreements were working pretty good but suddenly for some reason after a signer signs a document it displays the native page of Adobe Sign post signature and thus not respecting the redirectDelay value in 0. The expected behavior (and how this used to work before) is after the document is signed it is automatically redirected to "<<URL>>" (due the value 0).

 

In fact, after the first group of signer signs the document it get redirected to "<<URL>>" after 5 seconds (I don't know why 5 seconds) but when the second and last group of signer signs the document it doesn't redirect at all and it stays in Adobe Sign page.

 

Any idea? Thanks in advance.

 

Regards,

Carlos

TOPICS
Adobe Sign forms , How to sign , SDK , Send documents
350
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation