Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added info on data-signature-ignore attribute

...

  • Canvas elements for signatures also need to have an ID tag.  If you want additional description data for them to appear in the signatures box, include it as a data-signatures field like this.
  • If there are multiple groups of users and only certain groups should have access to the signature, this can be achieved using JS to add/remove the data-signature-ignore attribute to the canvas element. When the attribute is there the signature cannot be interacted with. 
Code Block
languagexml
themeRDark
titleCanvas Signature Element
<canvas style="width:550px; height:150px; " id="Signature" data-signature="Signature space for delivery"></canvas>

...