{% extends "base.html" %} {% block content %}

11. Use embedded sending

An envelope will be created in draft mode. Your browser will then be redirected to the DocuSign web tool where the envelope can be (optionally) updated and then sent.

The envelope includes a pdf, Word, and HTML document. Anchor text (AutoPlace) is used to position the signing fields in the documents.

DocuSign recommends that you enhance your application as needed to avoid the need for the embedded sender view.

For example, if the sender view is used to optionally add additional documents to the envelope, enhance your app to provide the needed feature (see example 13 for adding additional documents programmatically).

{% if show_doc %}

Documentation about this example.

{% endif %}

API methods used: Envelopes::create and EnvelopeViews::createSender.

View source file {{ source_file }} on GitHub.

We'll never share your email with anyone else.
The email for the cc recipient must be different from the signer's email.
{% endblock %}