jSignature is a JavaScript widget (a jQuery plugin) that simplifies creation of a signature capture field in a browser window, allowing a user to draw a signature using mouse, pen, or finger.
Questions tagged [jsignature]
47 questions
1
vote
2 answers
Implement Jsignature within vuejs component
I'm new to Vue and trying to implement Jsignature within a 'custom' Vuejs component.
My solution is based on: https://v2.vuejs.org/v2/examples/select2.html
It should be straight forward however I don't get it working, the solution I got so far…

M. Suurland
- 725
- 12
- 31
1
vote
2 answers
jSignature jQuery plugin - make an image from signature stored in DB (base30)
After we save the image with this command
$("#canvas").jSignature("getData", "base30");
we can store that data to DB and it is a simple…

lewis4u
- 14,256
- 18
- 107
- 148
1
vote
0 answers
JSignature - Printing the signature on the next page
i am using Jsignature to capture signatures and im trying to post the retrieve the image once it has been created.
This is the code I use to grab the code jSignature('getData', 'base30') Then i print that out to a hidden textarea which is carried…

user5654841
- 23
- 3
1
vote
1 answer
Can we provide watermark in the JSignature textbox?
I am using JSignature to capture the signature of clients in our web application.
There is a requirement that asks for providing a watermark on every signature texbox:some thing like "Please Sign Here" and while signing it should be removed.
Is it…

user2948533
- 1,143
- 3
- 13
- 32
1
vote
2 answers
Object doesn't support property or method 'jSignature
I have included jquery.1.9.1 in my Layout page .
I am using kendo with twitter bootstrap so I followed script reference order like below .

Karthik Mushyam
- 11
- 3
0
votes
0 answers
How to make the signature be saved on the server in a png file?
How to make the signature be saved on the server in a png file, I want to make the signature save in a png file, I need it as a photo because I'm using it to create a contract.
I tried gptchat help but unfortunately it doesn't work well. And that is…

Zaszekk
- 1
0
votes
1 answer
Django JSignature Templated Docs
I am utilizing Django 4.1.3, templated_docs, and Jsignature. I am hoping to be able to place the signature image generated by jsignature directly to the document.
I have attempted almost every combination of utilizing Draw_signature,…

jjulian91
- 41
- 3
0
votes
1 answer
Python, JSignature, and ReportLab
I'm looking to write a signature to PDF. I'm using JSignature and Reportlab. My code works successfully for writing the data to a file and the database. I just cannot figure out how to write the signature to the canvas. Has anyone passed the…

cbirch
- 90
- 5
0
votes
1 answer
Save jsignature with php and jquery (ajax)
I'm trying to save jsignature using jquery(ajax) to database. When I console the contain in the browser it shows me this error:
Uncaught RangeError:
Array(2)
0: "image/png;base64"
1: "iVBORw0KGgoAAAANSUh........"
length: 2
Maximum call stack size…

Diasline
- 625
- 3
- 32
0
votes
1 answer
FlowRuntimeError viewflow django
Really need you guys help here!
Im currently using viewflow to construct my workflow on a django project. I wish to integrate django-jsignature3 with django-viewflow , however i have met with extreme difficulty in doing so.
The documentations for…

neowenshun
- 860
- 1
- 7
- 21
0
votes
0 answers
django jsignature not saving to database
i am trying to implement a jsignature plug in to my django appplication via django-jsignature3 , however it seems that i am unable to get it to save to my database.
here is my code:
models.py
class JSignatureModel(JSignatureFieldsMixin):
name…

neowenshun
- 860
- 1
- 7
- 21
0
votes
1 answer
How do I convert a base64 string to a png image in PHP?
I am trying to create a PHP form that outputs a PDF (using mPDF) of all the values in the form after hitting submit. I have included jSignature which takes in an e-signature drawn by the user. The signature is then converted to an image and outputs…

Einer Lim
- 1
- 2
0
votes
1 answer
jSignature not moving from display:none to display:block correctly in multi-page form
I've read through a good amount of material without finding an answer to my particular question. I have a multi-page form that uses jSignature as the last tab. It is basically line for line from W3Schools website, but with my form. Anyway, it…

NMALM
- 378
- 2
- 19
0
votes
1 answer
Collecting data to a google sheet from a webapp
I have a basic sheet with the jSignature code that works and collects the data from the webapp when published. I wanted to add on this so had created another sheet and followed the same layout. Admittedly, I am just a copy and paste coder at this…

NMALM
- 378
- 2
- 19
0
votes
0 answers
the eSignature dilemma
I have a form that needs an eSignature collected via mobile. I need it to be free with unlimited responses. I have a working jSignature HTML code for Google Sheets, but I cannot get it to work on mobile.
Ideally, I'd like to stick with Google,…

NMALM
- 378
- 2
- 19