capture-signature (legacy docs)
<capture-signature bind="form.signature" label="Please sign to accept" />Configuration
Using the signature
// Get the SVG text of the signature as XML
// Assuming the name of the singature is `captured_sig`
var signatureSVG = view.captured_sig.toText();// Get the SVG text of the signature as ZPL
// Assuming the name of the signature is `captured_sig`
var signatureSVG = view.captured_sig.toZPL();Option
Required
Details
Last updated