Multi-line text input places are only available in envelopes with sequential signing.
Hints and Prompts
You can usehint and prompt properties to guide recipients while filling out multi-line text fields:
- Hint: A message shown as a tooltip when the user hovers over or focuses on the text field. Set it using the
hintproperty. - Prompt: A placeholder-style message displayed inside the text field. Set it using the
promptproperty.
Size and Appearance
You can customize the size and appearance of multi-line text input places to better fit your document layout:Width
Thewidth property sets the width of the text input area in points (1/72 of an inch).
Line Count
Theline_count property determines how many lines the input area displays. This is a required property.
Line Height
Theline_height property sets the vertical spacing between lines in points. The default is 12 points. Must be greater than or equal to font_size.
Font Size
Thefont_size property controls the size of the text displayed within the input field, measured in points. The default font size is 12 points.
Examples
The following examples show different ways to configure multi-line text input places.Parameters
Specifies the type of place.For a multi-line text input place, the value must be
multiline_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 one of the
recipient.key values 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.Must start with a lowercase letter and contain only lowercase letters, numbers, or underscores. Maximum length is 32.A tooltip message displayed over the input text field during the signing ceremony.Learn more in Hints and Prompts.
A placeholder message shown inside the input text field during the signing ceremony.Learn more in Hints and Prompts.
Specifies whether the recipient must fill this field to complete the signing ceremony.Possible values are
required or optional. The default is required.The width of the multi-line text input place in .Must be between 30 and 540. The default is 30.
The number of lines for the multi-line text input field.Must be between 1 and 100.
The line height in . Must be greater than or equal to
font_size.Must be between 6 and 72. The default is 12.The font size in .Must be between 6 and 12. The default is 12.