Gets the value of a signature input.
The value
is one of the following:
value
starts with the prefix 'data:image/png;base64,' followed by a base64-encoded string, for example: data:image/png;base64,iVBORw0KGgoAA...
To reset the signature input value, call the clear()
function.
To send a signature by email as an attachment, such as with a service like SendGrid, strip out the "data:image/png;base64," prefix from the value
before attaching.