{% extends "base.html" %} {% block content %}
This example sends an envelope based on a template.
In addition to the template's document(s), the example adds an additional document to the envelope by using the Composite Templates feature.
In this example, the additional document is an HTML document that includes order details with information from the form below.
This example then enables you to sign the envelope using embedded signing.
Embedded signing provides a smoother user experience for a signer who is already logged into your web application since DocuSign signing is initiated from your website.
{% endif %} {% if show_doc %}Documentation about this example.
{% endif %}API methods used: Envelopes::create and EnvelopeViews::createRecipient.
View source file {{ source_file }} on GitHub.
{% if template_ok %}The template you created via example 8 will be used.
{% else %}Problem: please first create the template using example 8.
Thank you.