You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value for the Ezsignformfield This can only be set if eEzsignformfieldgroupType is Checkbox or Radio
[optional]
i_ezsignformfield_x
Integer
The X coordinate (Horizontal) where to put the Ezsignformfield on the Ezsignpage. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignformfield 2 inches from the left border of the page, you would use "200" for the X coordinate.
i_ezsignformfield_y
Integer
The Y coordinate (Vertical) where to put the Ezsignformfield on the Ezsignpage. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignformfield 3 inches from the top border of the page, you would use "300" for the Y coordinate.
i_ezsignformfield_width
Integer
The Width of the Ezsignformfield in pixels calculated at 100 DPI The allowed values are varying based on the eEzsignformfieldgroupType.
eEzsignformfieldgroupType
i_ezsignformfield_height
Integer
The Height of the Ezsignformfield in pixels calculated at 100 DPI The allowed values are varying based on the eEzsignformfieldgroupType.
eEzsignformfieldgroupType
b_ezsignformfield_autocomplete
Boolean
Whether the Ezsignformfield allows the use of the autocomplete of the browser. This can only be set if eEzsignformfieldgroupType is Text
[optional]
b_ezsignformfield_selected
Boolean
Whether the Ezsignformfield is selected or not by default. This can only be set if eEzsignformfieldgroupType is Checkbox or Radio
[optional]
s_ezsignformfield_enteredvalue
String
This is the value enterred for the Ezsignformfield This can only be set if eEzsignformfieldgroupType is Dropdown, Text or Textarea