Skip to content

Signature

Allows users to draw a signature and then send it as an image.

Preview 1Preview 2Preview 3

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:

Custom answer step configuration

Result:

Custom answer result