Jump to content
  • 0

Make Signature from Signature Pad Bolder


JaffT

Question

Hi - we are working on this tabular report datapage where a signature from a submission page is being displayed. 
On the configure results page fields, we use an HTML block for the signature. How can we make it thicker and change it to black?

Do we need to add to the script? Here is the script:

<div class="sigPad[@cbRecordIndex#]"><canvas class="pad" height="150" width="600"></canvas></div>
<script>
var sig[@cbRecordIndex#] = '[@field:Signature!]';
$('.sigPad[@cbRecordIndex#]').signaturePad({displayOnly:true}).regenerate(sig[@cbRecordIndex#]);
</script>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...