Documenso

Developer Mode

Advanced development tools for debugging field coordinates and integrating with the Documenso API.

Overview

Developer mode provides additional tools and features to help you integrate and debug Documenso.

Field Coordinates

Field coordinates represent the position of a field in a document. They are returned in the pageX, pageY, width and height properties of the field.

To enable field coordinates, add the devmode=true query parameter to the editor URL.

# Legacy editor

https://app.documenso.com/t/<team-url>/documents/<envelope-id>/legacy_editor?devmode=true

Field Coordinates Legacy Editor

# New editor

https://app.documenso.com/t/<team-url>/documents/<envelope-id>/edit?step=addFields&devmode=true

Field Coordinates New Editor


See Also

On this page