Text Input Place
Text input places allow you to request specific information from recipients during the signing ceremony. These are similar to fields in other electronic signature platforms.
For example, a text input field can be used to place a text box at the placeholder [[buyer_occupation]]. This allows the recipient with the key “buyer” to provide their occupation. This field is set to optional.
Example
Parameters
Specifies the type of place.
For a text place, the value must be text_input
.
A user-provided key that identifies a place within a document.
It must be up to 32 characters long, using only lowercase letters, numbers, or underscores, and it must begin with a letter.
A user-provided key that identifies a recipient within an envelope.
It must match to one of the keys in the envelope’s recipient list.
A user-defined identifier used to store the value entered by the recipient. This value will be included in the captures
object of the Envelope.
A tooltip message displayed over the input text field during the signing ceremony.
A placeholder message shown inside the input text field during the signing ceremony.
Specifies whether the recipient must fill this field to complete the signing ceremony.
Possible values are required
or optional
. The default is required
.
Was this page helpful?