Jump to content
  • 0

Electronic Signatures


LindsayAV

Question

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

3 answers to this question

Recommended Posts

  • 0

Hi - FYI for issues or troubleshooting in applying Signature Pad.

- Signature Pad not showing/working
- If you encounter an error in the console that says $(...) signaturePad is not a function
- MIME type ('text/html') is not executable

 

Sign.jpg?ver=1
 

Things to check/troubleshoot:
- Make sure to download the file from the forum post above and be able to set it as a File parameter (unzip the file first)
- Make sure that you called/inserted the right parameter name in the DataPage.
- If it is a Report DataPage with Search Form, make sure to also include the file and jQuery in the Search form configuration

Link to comment
Share on other sites

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...