These are the options you can specify for the type field.
Different field types may have different options available to them within the form_fields_per_document parameter.
Checkbox field groups accept an optional validation rule, which must be met before the user can submit the signed document. These are the options you can specify for validation rule.
Radio field groups must define a validation rule, which must be met before the user can submit the signed document. These are the options you can specify for validation rule.
Conditional logic allows adding an “if this, then that” flow to signature requests.
Notes about conditional logic:
IF dropdown = option1 **AND** textbox = "cat", then show these selected fields.The Signature Request response object contains a list of associated signatures. Each signature entry includes a status_code field that describes its current state. The table below lists all possible codes.
Text fields accept an optional validation type, which must be met before the user can submit the signed document. This value can be specified in form fields, text tags, or on the web. These are the options you can specify for validation type.
Notes about data validation types:
When using custom_regex you are required to pass a second parameter, validation_custom_regex, and you can optionally provide validation_custom_regex_format_label for the error message the user will see in case of an invalid value. Here’s an example:
populate_auto_fill_fields is a new parameter we introduced to Dropbox Sign embedded API endpoints to give users more flexibility to choose which signature requests have auto-fill.
This parameter enables auto-populating (Auto-Fill) fields for your signature requests. This feature pulls information from your signers, provided from either their own Dropbox Sign profile or from the name and email address entered in by the requester, and populates the information into the corresponding fields.
Here’s an example using cURL:
The available Auto-Fill fields are listed in the next section below.
Text fields accept an optional auto fill type. This value can be specified in form fields, text tags, or on the web. Below are the options you can specify for auto fill type.
Notes about auto fill types: Label, id, or validation can be skipped with the following example: [text|req|signer1||||firstName]
These are the locales you can specify for the locale field. They’re case-sensitive. Note that this only affects locale preference in the settings page.