Overview
Custom template tags are a powerful feature that allow you to add your organization’s custom fields to your documents as tags.Custom tag syntax
Unlike standard template tags, which are enclosed in double braces{{tag}}, custom template tags are enclosed in triple braces {{{tag}}}.
Creating custom tags
You can create custom tags in your iinked Sign account by navigating to theCustom Fields section in the settings menu.
- Go to your iinked Sign settings page.
- Select
Custom Fieldsfrom the left panel. - Click on
New Custom Fieldand fill in the required details.- Set
AccesstoOrganization. - Set
Auto FieldtoCustom Tag. - Set
Custom Tag Nameto a unique tag name. - Optionally, configure other settings such as validation, default value, or size.
- Set
- Save the custom field.
- Copy the custom tag you created (e.g.,
{{{s_1:customtag}}}) and insert it into your document where you want the custom field to appear.
Custom tag names must be unique within your organization to avoid conflicts. The name should be alphanumeric and not contain spaces or any special characters including dashes or underscores.
Examples
Custom text field
To create a custom text field for signer 1 with the custom tag namemytext, use the following syntax:
Custom radio field
To create a custom radio button field for signer 1 with the custom tag namemyradio, use the following syntax:
Custom checkbox field
To create a custom checkbox field for signer 1 with the custom tag namemycheckbox, use the following syntax: