Advanced data field parameters

If you're an advanced user of the Sertifi Data Fields, you can use additional field parameters to create text boxes, check boxes, or radio buttons to add to your documents. You can also add the parameters to specify the field size, appearance, and options for each data field.

This page contains the following sections:

Field creation format

The base format for the field creation appears like the following [[SFLD:FieldName:parameter1=value,parameter2=value]] where:

  • SFLD is the required prefix of the data field.
  • : is the separator between the prefix and the field name.
  • FieldName is the name you want to give the data field.
  • Parameter is optional, and updated with the available values for the data field type as seen in the following parameter table.
  • , is the separator between each parameter.
  • [[ ]] opens and closes each data field.

Available parameters

Use the following table to add the appropriate parameters to your data fields. In the example of parameter1=value, you would replace parameter1 with the property value, and then replace value with one of the available values: T=C.

Property Value Description Available Values
T Field Type

Choose from the following values:

  • T for a textbox.
  • C for a checkbox.
  • R for a radio button.

The default value for this property is T. For example, T=T

O Option name for checkboxes Use Yes or True to automatically check the box. If you use any other value here, the box remains unchecked until a signer selects it during signing. For example, O=Yes
O Option name for radio buttons Use any value for this property, depending on what you want the individual radio button option to appear as. For example, O=Male.
E Export value for checkboxes Use any value for this property depending on what you want the individual checkbox to export as. For example, E=Pay Later.
H The height of the data field Use any whole number values greater than 0. The height of the field is always in pixels. For example, H=12.
W The width of the data field Use any whole number values greater than 0. The width of the field is always in pixels. For example, W=10.
M The maximum number of characters for a field. Use any whole numbers greater than 0. For example, if you want to limit a signer to only entering 10 characters for a textbox field, enter M=10.
Mi The minimum number of characters for a field. Use any whole numbers great than 0. For example, if you want to ensure that a signer enters at least four digits for an expiration date, enter Mi=4.
R Determines if a field is required or not. Use Yes or True to make a field required. For example, R=Yes.
S Determines if a field is secure or not. Use Yes or True to make a field secure. If you make a field secure, whatever information is entered into the field gets masked on a signed document. For example, S=True.
SL The level of the signer. Use whole numbers 1 - 10 to select a signer level. For example, SL=2 for a second level signer.
SO The order of the signers. Use whole number 1 -16 to determine the signer order. For example, SO=3 .
ML Wraps text added to text fields. Use True to wrap text added to text fields by a signer on multiple lines. For example, ML=True.
RS Automatically applies a field name to a field. Use True to create unique field names for all fields. For example, RS=True.
VD Date format validation.

Enter the date format you want a signer to use in a text field. You can choose from:

  • MM/DD/YYYY
  • MM/DD/YY
  • M/D/YYYY
  • M/D/YY
  • YYYY-MM-DD
  • YY-MM-DD
  • YYYY-M-D
  • YY-M-D
v Creates a field validation.

Enter the following values to collect information. You can choose from:

  • Z - Zip code or Zip Code +4
  • P - phone number
  • S - Social Security number
  • St - State with two letter abbreviation

Textbox data fields

Checkbox data fields

Radio button data fields