Jump to content
  • 0

JS Signature


karikounkel

Question

I am using WordPress Panoramic theme and trying to insert a digital signature box using the JS Script found at 

First, the link is broken to get a java script file to upload to my site, which I also don't know what to do with. 

Second, I cannot figure out where to do this part of the instruction:

a. Copy the code below and paste inside the <head> section of your web page:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

You can download the signaturepad file in the attachments, I found it by googling. 

As for your other concern, WP does not have open Header/Footer sections to edit/paste things, however, you can install a special plugin for it: https://wordpress.org/plugins/insert-headers-and-footers/ 

I can also suggest that you use this code instead: 

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

Since most of WP websites have certificate installed on it, the link with HTTP might be blocked as a result, thus HTTPS link should be used. 

Hope it helps.

jquery.signaturepad.min.js

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