About 3,550 results
Open links in new tab
  1. Embedded signing | Docusign

    To designate a recipient as embedded, you must set a value (unique within the envelope, but otherwise arbitrary) for their clientUserId property alongside your other recipient properties, …

  2. Embedding Docusign eSignature into your app | Docusign

    These signers use your application and the Embedded Recipient View to sign from within your application. This is the recommended choice when the signer is already using your application …

  3. Docusign JS for embedded signing reference | Docusign

    The signing method creates the embedded signing session. It takes as a parameter a SigningConfiguration object to control the signing session’s format and style attributes.

  4. How to embed the Docusign UI in your app

    Learn how to embed the DocuSign UI in your app using the eSignature REST API for seamless integration and enhanced user experience.

  5. Send an Envelope via Your App (Embedded Sending) | Docusign

    Important: This how-to draws on the code defined in the embedded signing how-to (which is part of the same code example launcher) to generate a new envelope with created status.

  6. Embed the Sender and Correct views | Docusign

    The Embedded Correct view is used to modify the envelope after it’s been sent. See How to send an envelope via your app for details on each step and example code that demonstrates how to …

  7. createSenderView | REST API | Docusign

    Due to screen space issues, do not use an iframe for embedded operations on mobile devices. For mobile applications, use a WebView (Android) or WKWebView (iOS).

  8. createRecipientView | REST API | Docusign

    Returns a URL to the recipient view UI. For signer recipients, returns the embedded signing view. Can also be used for other recipient types.

  9. How to request a signature using focused view | Docusign

    If you run this code example from our Quickstart or launcher projects, you should see the agreement embedded in the results page of the example. After signing is complete, the sender …

  10. Request a Signature Through Your App | Docusign

    This process is called embedded signing. This topic also demonstrates how to use AutoPlace to automatically position tabs in a document with a specified string. Run this code example from …