How to enable Dropbox Sign responsive signer

Updated Sep 29, 2025

In this article

The Dropbox Sign responsive signer experience is an optimized signer page designed to be more responsive and intuitive on any device, including mobile. 

How to enable the responsive signer experience

In order for your signers to experience the responsive signer page, you’ll need to specify the “uxVersion” option in your HelloSign.open() JavaScript call. This option supports two values:

  1. Deprecated signer experience, the default for users who made an API call on their account before 11-14-15
  2. Responsive signer experience, the default for users who made their first API call after 11-14-15.
highlighter icon

Note: Premium branding is only available when the responsive UX is activated. If you've implemented any customizations, be sure to point your users to the version 2 UX so the changes are visible.

Embedded signing example:

In your JavaScript call to HelloSign.open(), be sure to pass the uxVersion parameter, like so:

<script type="text/javascript" src="//cdn.dev-hellosign.com/js/embedded.js"></script>
<script type="text/javascript">
HelloSign.init("CLIENT_ID");
HelloSign.open({
url: "SIGN_URL",
uxVersion: 2
});
</script>
Learn more about embedded signing.
Was this article helpful?

Let us know how why it didn't help:

Thanks for letting us know!

Thanks for your feedback!

Other ways to get help