Hi,
My web app contains a form where all input data is applied to a designed template on DocuSign. When template is created the user is redirected to DocuSign, where they complete the signing procedure, including all necessary clicks. After the signing process is done, the user is redirected back to the web app.
My goal is to build a solution that allows users to sign and send a document with a single click, such as an 'Agree & Sign' button. The intention is to avoid redirecting them to the DocuSign page for the signing process, as there has been a 40% drop-off rate during that step.
I just want to know if it's possible, and if so, how to do it.
Thanks