Hide Download links, show custom Finished text
Monday, February 11, 2019 at 08:16amOur integration has the browser embedded within our app, and with it we have a fairly stripped-down look in the header area of the signing session. We would like to finish our signing with these 2 extra things I can't figure out:
1. suppress the Download links. There are 3 links displayed after signing is complete: "Download this document" in the navigation bar (green) and 2 more in the upper right corner (Download, and Download All files). We would like to turn off all 3 links. We fetch the signed documents behind the scenes.
2. We would like to include customer text somewhere in the header once signing is complete, such as in the green nav bar where it says "This package is complete." we would like to add additional text, like "Please Review, and then click the [OK All Signatures Complete] button at the bottom of this form." to help the user understand what we want them to do.
I have included a graphic image of the 3 download links, which also shows the green nav bar I am referring to.
The JSON used to strip-down the header is as follows:
{
"roles":[ > ],
"documents":[
{
"approvals":[ > ],
"name":">",
"id":"document1"
}
],
"name":"> Package",
"type":"PACKAGE",
"language":"en",
"emailMessage":"",
"description":"> Package",
"autocomplete":true,
"status":"DRAFT",
"settings":{
"ceremony":{
"inPerson":true,
"optOutButton":false,
"optOutReasons":["Decline terms."],
"hideLanguageDropdown":true,
"hidePackageOwnerInPerson":true,
"disableFirstInPersonAffidavit":true,
"disableSecondInPersonAffidavit":true,
"declineButton":false,
"hideWatermark":true,
"hideCaptureText":false,
"disableDownloadForUncompletedPackage":true,
"layout": {
"navigator": true,
"footer": null,
"brandingBar": null,
"header": null
}
}
}
}
We want to keep the header area fairly empty, and adding logic to the "header" JSON initially gave me problems until I ended up with "null", so I'm not sure how to disable those links.
Thank you!
-Joe
Reply to: Hide Download links, show custom Finished text
Monday, February 11, 2019 at 09:40amReply to: Hide Download links, show custom Finished text
Monday, February 11, 2019 at 08:42amReply to: Hide Download links, show custom Finished text
Monday, February 11, 2019 at 08:51amReply to: Hide Download links, show custom Finished text
Monday, February 11, 2019 at 09:24amReply to: Hide Download links, show custom Finished text
Monday, February 11, 2019 at 10:28am