A Field Identifier is a unique label assigned to a field, making it easy to reference that field via the Xodo Sign API. If you don't assign one, Xodo Sign auto-generates an identifier automatically.
How to assign a Field Identifier
- In the Document Editor, select the field you want to label.
- Right-click the field and select Field Identifier.
- Enter your desired identifier name.
Best practices
- Use descriptive identifiers — Names like
signerpaysignatureordatefield1make debugging easier. - Field identifiers are case-sensitive — They must match exactly in API requests. Always preserve the original casing.
- Set identifiers when creating templates via the API — Use the
identifierproperty when defining fields:
"identifier": "firstpersonsignature",
"name": "Signature"
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article