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
# New editor
https://app.documenso.com/t/<team-url>/documents/<envelope-id>/edit?step=addFields&devmode=true
See Also
- Fields API - Create and position fields via API
- Field Types - Detailed field type reference