Developer Documentation Library > Interview templates > UXUI built-in templates > E-Signature template
 
E-Signature template
Use the E-Signature template to display an area for the respondent to provide an electronic signature.
Files are stored as image files in .png format. For information on the storage location and file naming, see Respondent files.
Associated uxui_template_props
name
Specify the filename of the image.
If the filename is not specified, the question name is used.
bgcolor
Set the background color of the signature area.
color
Set the pen color of the signature area.
height
Set the height of the signature area, measured in pixels.
The default value is 150.
penWidth
Set the width of the pen line, measured in pixels.
The default value is 2.
width
Set the width for the signature area, as a percentage of the page width.
The default value is 100.
Applies to
Text questions
Example
ESignature "Sign your name"
[
uxui_template_name = "E-Signature",
uxui_template_props = "{ color: 'blue' }"
]
text [0..40];
See
Interview templates