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:
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.
Question
JaffT
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.