Customize landing pages

I am using SOAP API to send envelopes. I see that after signing is complete, the user is redirected to the url specified under Branding -> Sign Complete.

Is there a way to customize the "You have completed your documents" popup that appears on the DocuSignComplete.aspx page. We don't want our users to see the Docusign registration form in this popup. We would like to display information about our company that does not appear until the user clicks on the "X" button in this pop-up window.

Please let us know if we need to contact a Controller to process this request.

Thanks Naresh

+1


source to share


1 answer


Update (added to the original answer):

[My apologies - I should have included this information in my original response. The information in my original answer still applies, but the setup described here addresses another part of your question.]

To remove the "Create Account or Login" form (and related content) that appears in the "Signing Complete" pop-up window, log into DocuSign as an administrator, go to Preferences β†’ Features , and uncheck this box:

Feature setting



Original answer:

In general, many of the components of the Signing Complete popup can be customized by modifying the Signing Resource . However, settings are for the most part limited to things like hiding / showing certain elements and changing string values ​​that appear in certain places in this window. For example:

  • <data name="DocuSignComplete_ShowSocialNetworks">true</data>

    β†’ This item determines whether social media content is displayed in the right pane of the window.

  • <data name="DocuSignComplete_Success">You have completed your documents</data>

    β†’ This item can be used to customize the string value that appears in the window.

So, while customizing this window is possible, you are pretty limited in the types of things you can customize. For information on how / where to access resource files, see the Account Branding Guide: http://www.docusign.com/sites/default/files/Quick%20Start%20-%20Account%20Branding.pdf .

+2


source







All Articles