docusign / docusign-esign-php-client

The Official Docusign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
198 stars 124 forks source link

Just sign frame in html page #96

Closed jasminder closed 4 years ago

jasminder commented 4 years ago

Hello, I just need the signature frame in the HTML form flow, just like Google Re Captcha get embedded in form. Is it possible anyway with Docusign / API. ?

LarryKlugerDS commented 4 years ago

Unfortunately, no.

What you can do:

  1. Create a template, then create a PowerForm, intro, docs, from it. Record the PowerForm's URL.
  2. In your form, when the user clicks Sign, create a custom URL that includes query parameters. Use the query parameters to set the PowerForm's tab values. Docs

    You can create the customized URL either within the web page itself (using JavaScript), on on your server.

  3. Redirect the user to the URL you've created.
  4. The PowerForm will then open, and the signer can sign the document that includes the values from your HTML form.
  5. You can have the PowerForm redirect the user back to your app after they've signed. See docs.

An alternative is to use the DocuSign eSIgnature API to create a customized envelope and signing ceremony for your web visitor to sign.