I'm in need of some SERIOUS help with my electronic signature pad.
I've created some code that allows me to show the signature pad as well as draw on it, BUT my issue is that I cannot save the signature to show up on my form when i'd like to view it again. (ex: I send a form to techs to fill out...they fill it out and get a signature from the customer and 'close' form...I 'open/view' the form once the tech completes it but no signature shows up on the form anymore).
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
LindsayAV
Hello Anyone,
I'm in need of some SERIOUS help with my electronic signature pad.
I've created some code that allows me to show the signature pad as well as draw on it, BUT my issue is that I cannot save the signature to show up on my form when i'd like to view it again. (ex: I send a form to techs to fill out...they fill it out and get a signature from the customer and 'close' form...I 'open/view' the form once the tech completes it but no signature shows up on the form anymore).
CODE:
Customer Signature <canvas class="pad" height="55" style="margin: 0px 0px 0px 100px; border-style: solid; border-width: 1px; border-color: #bbbbbb #dbdfe6 #e3e9ef #e2e3ea; -webkit-border-radius: 1px; -moz-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #FFFFFF;" width="218"></canvas><br />

<span style="margin: 0px 0px 0px 264px;"><input class="clearButton" type="reset" value="Clear" /></span> <input class="output" name="output" type="hidden" /> <script type="text/javascript">
$(document).ready(function () {
$('#caspioform').signaturePad({drawOnly : true});
});
$("#cb_sign_wrapper form").submit(function(){
$("#InsertRecordSignature")[0].value = $("#cb_sign_wrapper .output")[0].value;
});
</script>
Has anyone has this issue before and been able to resolve it?? If so, PLEASE HELP
Link to comment
Share on other sites
2 answers 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.