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

15. Get the tab data from an envelope

Get the tab (field) values from an envelope for all of the envelope's recipients.

This method is used to read the updated tab values from the envelope. The method can be used after the envelope is complete or while it is still in progress.

{% if show_doc %}

Documentation about this example.

{% endif %}

API method used: EnvelopeFormData::get.

View source file {{ source_file }} on GitHub.

{% if envelope_ok %}

The last envelope you created with this example launcher will be queried. Recommendation: use example 9, then this example, since example 9 includes many tabs of different types.

{% else %}

Problem: please first create an envelope using example 9.
Thank you.

{% endif %} {% endblock %}