Number field

This field allows you to create dynamic input box which will be filled by participants of the envelope processing flow.

Hint

This field can be added to structured and PDF documents.

How to add number field to the document

  1. To add field to the document, use one of field adding methods with field icon in the Fields tab of template editor menu

../../../../../../../../_images/numberIcon.png
  1. Field creation form will appear, where you should set field attributes

../../../../../../../../_images/numberCreate.png
  1. Name - this is a name of a field

  2. Role name - this is a role which will be assgined to fill this field

  3. Placeholder - this text will be shown in the input box before anything is filled in (can be left empty, field name will be used instead)

  4. Optional - this attribute specifies if this field is mandatory to fill

  5. Search - this attribute specifies if this field should be eligible for mailbox page search

  6. Adapt to the local format - this attribute specifies if numbers will be formatted according to regional standard

Note

Numbers in envelope view will be formatted according to standard of a region which is selected on User profile page. You can see formatting example under region selector on that page. Numbers in printable versions of the documents will always be formatted according to platform region standard.

  1. Show decimal zeroes (becomes editable if precision is set) - if enabled, zeroes will be added to fill all empty decimal places of field value

  2. Precision - number of decimal places allowed in field (no limit is applied if left empty)

Note

If value inside the field has more decimal places then allowed by precision attribute, all extra places will be trimmed. No rounding will be applied. E.g. if original value is 1.99 it will be changed to 1.9 if precision is set to 1 and will be changed to 1 if precision is set to 0.

  1. Min - minimal value allowed in field (no limit is applied if left empty)

  2. Max - maximal value allowed in field (no limit is applied if left empty)

Warning

Maximum allowed character count for number field is 15 (according to IEEE 754). Please note this includes decimal places. This means that if your field has precision attribute set to 3 and you insert a value 999999999999999 or more characters, it will be converted to 999999999999.000.

When all attributes are set, you can click Save button and field will be added. You can click field to see its properties and update them. Also you can delete the field in same menu.

../../../../../../../../_images/numberEdit.png