We’re excited to introduce the updated Dropbox Sign signer experience, now featuring a modernized design and enhanced functionality. The new signer experience makes updates to our Signer App, which powers signature requests generated through your Dropbox Sign API calls and your Dropbox Sign account user interface. With this release, we’ve improved accessibility, streamlined navigation, and delivered a cleaner look and feel — making it easier than ever for signers to send and complete requests through both mobile and web experiences.
This update also introduces Form View, a new signing option that presents all required signature fields in a clear, structured order. Form View simplifies the signing process, helping signers complete documents more quickly and easily on any device. At any time, signers can switch between Form View and the full document view, giving them more flexibility and control over their signing experience.
Please see the changes we will introduce in our embedded signing and non-embedded flows in detail below:
The API now supports form view settings for both template and signature request endpoints. This enhancement introduces a consistent contract update across all affected endpoints, adding a new nested field within the signer_experience object.

The form_view field is optional and defaults to disabled, preserving the current signer-facing experience. Specifying any supported non-default value enables the updated form view.
Note:
"form_view":"enabled_by_default" and a signature request is initiated from this template, then you can override the template setting by passing in "form_view":"forced".When a signature request is created using a Send With Template endpoint, the signature request will, by default, inherit the form view configuration from the associated template or templates. When multiple templates are included in a single signature request, the following rules apply:
form_view value, that value is applied to the resulting signature request.form_view explicitly set to disabled.form_view: "disabled", the signature request cannot use form view.form_view value may be passed directly in the payload of the Send With Template endpoint.
form_view set to disabled. In that case, validation will fail, and the request cannot enable form view.This behavior ensures that form view is only enabled when all participating templates are compatible with the form view experience.
To support form view, all fields within a template or signature request must include a non-empty name attribute. Field names serve as the labels in form view and should clearly communicate each field’s context.

A new template update endpoint allows teams to:
Formal documentation for this endpoint is forthcoming. In the meantime, please refer to the following reference image and example payload.

If you have any questions, please reach out to our support team for further assistance.