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

17. Set template tab values

This example sets the value of a template's tabs. It includes setting radio button and checkbox tabs.

The example also sets custom metadata in the envelope via the envelope custom fields feature.

{% if show_doc %}

Documentation about this example.

{% endif %}

API method used: Envelopes::create.

View source file {{ source_file }} on GitHub.

{% if template_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 first create the template by using example 8.
Thank you.

{% endif %} {% endblock %}