mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
Show the fields coordinates when the `devmode` search param is present. It's meant to help API users understand where to position the fields.
19 lines
540 B
Plaintext
19 lines
540 B
Plaintext
---
|
|
title: Field Coordinates
|
|
description: Learn how to get the coordinates of a field in a document.
|
|
---
|
|
|
|
## Field Coordinates
|
|
|
|
Field coordinates represent the position of a field in a document. They are returned in the `pageX` and `pageY` properties of the field.
|
|
|
|
To enable field coordinates, you can use the `devmode` query parameter.
|
|
|
|
```bash
|
|
https://app.documenso.com/documents/<document-id>/edit?devmode=true
|
|
```
|
|
|
|
You should then see the coordinates on top of each field.
|
|
|
|

|