I have requirement for DocuSign “Finish Later” option using API.
- Is it possible to hide the popup that appear once user click on Finish Later button. Refer below screenshot

- Is it possible to make Email Field editable that shows in above screenshot.
I have requirement for DocuSign “Finish Later” option using API.
Please try search in the Docusign signing resource file guide whether have option to disable or change the html code. the guide for your reference:
FreeLink/甫连信息 DocuSign Partner | Partner Profile
The only DocuSign Partner globally with two Certified eSignature Technical Consultants
DocuSign 2024 APAC Reseller Growth Partner of the Year
Ranked #1 in the OG All Star category in DocuSign Community Wrapped 2024
DocuSign Community Leaderboard Top 5 contributor
Expertise in DocuSign integrations with on-premises systems for leading enterprises across various industries
Connect with me on LinkedIn: https://www.linkedin.com/in/gehengfeng
Hello,
Thank you for your question. The confirmation pop-up that appears after a user clicks the "Finish Later" button is a standard part of the DocuSign signing process and cannot be disabled independently. This feature is in place to ensure signers confirm their intent to save their progress and return later.
While the pop-up itself cannot be hidden, if this functionality is not required for your workflow, you do have the option to disable the "Finish Later" button entirely.
Access Branding Settings: Navigate to the "Brands" section within the DocuSign eSignature settings.
Edit the Resource File: For the specific brand being used in the signing session, download the "Signing Resource File." This is an XML file that controls various text and UI elements.
Modify the DocuSign_FinishLaterAllow
Node: Open the XML file and locate the <data name="DocuSign_FinishLaterAllow">
node. By default, its value is true
. To hide the button, change the value to false
<data name="DocuSign_FinishLaterAllow">false</data>
Best,
Dev/API Team
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.