Skip to main content

How Do I Add XodoSign Hidden Signature Tags to My Template?

info

This article is a tutorial on how to incorporate XodoSign's hidden signature tags into your Fluent Templates.

Fluent And XodoSign Hidden Signature Tags

This article describes Fluent's out-of-the-box support for XodoSign signatures. No extra coding, Tags or queries are needed to add XodoSign signatures to your Fluent Template output.

You can enter XodoSign Hidden Tags API Documentation - Xodo Sign into your Fluent Template, generate output, then send your output to XodoSign for signatures.

Just follow the formatting from the XodoSign documentation (or reference the table below) to enter a Hidden Tag into your template, then send your output to XodoSign for signature(s)- that’s all there is to it!

XodoSign Documentation

A hidden tag is a text element wrapped in square brackets [ ] containing a series of options in a specific order, all divided by | symbols. You can specify a total of 9 options, such as field type, signer ID, required/non-required, field label, field identifier, and more.

Example:

[text|req|signer1|Name|name_1|Paul McSign|125|50|letters_only]

Options: Below you will find all 9 available options explained:

OrderNameDescription
1Field TypeEnter your preferred field type. See a list of available field types here. [Example: sig for Signature]
2Required / Non-RequiredEnter req for required or nonreq for a non-required field.
3Signer NumberEnter signerX with X being the number/ID of the signer this field is for. [Example: signer1]
4Field LabelEnter your field label. This will be displayed as the placeholder for text fields. [Example: Name]
5Field IdentifierEnter your field identifier. [Example: 1signature_21]
6Prefill Field ValueEnter a value to prefill your field with. Different field types come with different prefill options, which are explained here.
7Field Width OverrideBy default, your field will come with the same width as your hidden tag. You can override this width by entering a pixel width here. [Example: 125]
8Field Height OverrideBy default, your field will come with the same height as your hidden tag. You can override this height by entering a pixel height here. [Example: 50]
9Field ValidationEnter your preferred field validation type, if any.

Supported Field Types: The following field types can be created using hidden tags. "Prefill Value" refers to the type of value your field can be prefilled with.

Field TypeContextPrefill Value
sigSignature field
initInitials field
textText fieldString
dateDate Signed fieldDate Signed field
checkCheckbox field0 for un-checked and 1 for checked

Example

XodoSign Hidden Tags can be combined with Windward Tags to create dynamic signature fields in your output document.

For Example, here is a table containing ForEach tag [Employee] that outputs a list of Employee Names. Each employee also has a Signature column that is a XodoSign Hidden Tag. By including the ForEach “count” status in the XodoSign hidden tag for signature identifiers (via an out tag), XodoSign will create a unique signature for each employee.

To make these XodoSign Hidden Tags actually “hidden” simply make the font color of the text the same as the background color of your document (white typically).

FirstNameLastNameSignature
[Employee][FirstName][LastName][sig|req|signer[count]||sing[count]||150|30]
[:forEach]