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

14. Send an envelope with an order form, including a payment field.

Note: This example will only work if the sender's DocuSign account is set up with a DocuSign payment gateway. Since the Payment Gateway ID is set in the configuration file, you will need to run your own instance of this project to set it.

Anchor strings (AutoPlace) are used to position the fields in the documents.

{% if show_doc %}

Documentation about this example.

{% endif %}

API method used: Envelopes::create.

View source file {{ source_file }} on GitHub.

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

Problem: please set the DS_PAYMENT_GATEWAY_ID value in the configuration file.

{% endif %} {% endblock %}