On this page
Signature
Allows users to draw a signature and then send it as an image.



Output
The output of the step will include link to signature image.
The structure of the output is:
js
{
image: '' // <String> slink to created image
}{
image: '' // <String> slink to created image
}Use function to define user answer
Allows to override default answer by custom message.
Available variables
The same as output example.
js
{
image: '' // <String> slink to created image
}{
image: '' // <String> slink to created image
}Example
js
return `Signature URL: ${image}`return `Signature URL: ${image}`Step configuration:

Result:
