Code

Discussion on HTML5 Signature Pad to Image

Discussion on HTML5 Signature Pad to Image

Cart 558 sales

mrFreelancer supports this item

Supported

This author's response time can be up to 2 business days.

103 comments found.

When the next version will avaiable? especially draw with mutiple color. I’m waiting since a year ago :shocked:

Sorry for the late response, got tied up with life. In response to your earlier post, you can do a simple javascript after window loads so it re-writes/updates the js var “dd_outputFileName” found in the settings.

Hope this helps

Hello….this is brilliant and just what I need.

In my opinion though you would have at least doubled your sales by including this in a form…..that is what it is crying out for and how it would be used.

Because there is no form I cannot buy it. you should work on a form file with this at the bottom and watch sales figures go through the roof.

Thank you for your kind words. That’s something I will put into my notes :)

Really nice plugin. How can I pass in the output file name from the page thats it’s on, because the desired filename will be a GET parameter.

If I understand you correctly, there are callback methods that passes the file name that’s generated.

No I mean from index.html how would I pass the filename to the javascript file

Hello I would like to purchase your item. I was wondering if this can work with gravity forms with wordpress? Let me know if you could help?

Maybe make it resizeble?

Hi

How can change the grosor for 1 definitly?

Thanks

Are you meaning the cursor? If so, please look at the settings found in the JS file.

This is really cool. Using it, but have a question. Is there away to prevent the signature from overriding the previous signature? Almost like a auto increment or auto naming type of feature?

Thanks.

Thanks for the purchase! I’m not quite sure your question. Are you referring to when it generates the signature file itself (png)? If so, you can dynamically change the name of the signature upon each time it’s generated.

Hope this helps.

Hi

I´m already put on my web project, but I need that a custom name for signature and this name put on input hidden for I catch this to store in my database.

Can you help with custom name for example random number and and put this name in hidden field?

Thanks so much, I love this plugin I think add to all new projects.

Bye

Thanks for buying.

Please send me a private email and I’ll see what I can help you with.

Hey there, i’d like to add my own custom tools box to this instead of the one you have built. Can you post an unprotected version so I can edit? There’s nothing in the description about this being locked down…

Hi Tedik,

Please make a request by emailing me directly.

Hey I wanted to know if this saves an image to the server once submitted or does customer need to click save image and then email it to me. It would be nice if customer can sign and it saves an image on my server. Please respond so i can purchase if it does =p

Yes, by default it saves to your server…. into a directory you specify.

Hey this is says it can’t save the file but it does when u look at it from tmp file.

http://blue.cs.montclair.edu/~tonyalie/demo/

i put the permission 777 any help ?

thank you for fast respond but i have not change the original files yet do you think of any other problems ?

It’s also possible that you may not have “Imagick” + Imagick PNG support. You’ll prob want to look into this as well.

  • As well, you might want to pop open the file “dd_signature_process.php” and just temp turn off error reporting by adding at the top of the file… “error_reporting(0)” and see if that helps. It that resolves it, then you know there’s an error being generated on that file somehow…. and I’d guess it’s prob due to Imagick issues on your server/domain.

If all else fails, I can also diagnose it, but send me a private email on this.

Sorry for the confusion, I just realized I said “Imagick”. I meant “GD”. (I’ve been working with Imagick for a while and now my heads full of it).

hi i would like to buy this signature but i have a question, is easy to integrate into a web form?

Hi acastro2,

Currently there’s no “quick” way of simply integrate into a form. However, you can do some “post”-processing. For example, after the signature is saved, you can add a “callback” function (see the ‘dd_doPostAction’ variable), which returns the signature file name. With that, you can then inject it to your form and then post your form.

Hope this helps!

Hi there, two questions on using this, one is it possible to trigger the save action outside of the button. I am trying to have the save action triggered based off of a timer, once the timer reaches 0, it automatically saves the sig. Second is how would I go about passing other form fields through POST along with the signature. Thanks!

Hi valleyds,

1. Yes, it’s possible to trigger the save action. The method (function) that runs it is scoped to it’s parent function so it’s private (no access). However, you can create a “click” event on the button and dispatch it. For Example: in the window event listener that loads the ‘dd_buildStructure()’ function, right after that, you can add something like…

window.setTimeout(function() { var evt = document.createEvent(‘Events’); evt.initEvent(‘click’, true, false); mySaveButonObject.dispatchEvent(evt); },3000);

That will auto-save your sig after 3 seconds.

2. Currently there’s no “quick” way of passing additional form fields along with the sig. However, you can do some “post”-processing. For example, after the signature is saved, you can add a “callback” function (see the ‘dd_doPostAction’ variable), which returns the signature file name. With that, you can then inject it to your form and then post your form.

Hope this helps! :)

I did… but I’ll send again, thanks.

Hi, you haven’t replied yet but I just bought yr script. Still looking forward to hearing from you soon. :)

Hi Ptrgan, please send me a request via private email. Unless you already have…. I haven’t seen anything yet.

Sorry for the delay, been on vacation.

Hi, do u provide any customization services? I recently bought another invoice script from codecanyon that generates invoices in pdf. Can u intergrate this script of yrs in so that when user receive the email together with the pdf, they can click on a link to be redirected to a site whereby they can sign on the pdf and email back?

Please let me know if u provide such additional customization, thanks.

hi,

id try ur demo in iOS 5 browser and Chrome 16.0.912.77 m, unfortunately both browser cant save the signature…

any updates?

very cool one ! :)

I have a client that needs the signature after a form.

I’m using iPhorm from CC and also Wordpress.

Can you help me access the signature png file through a Wordpress ADMIN ? Also be able to see who signed it, when signed and be able to retrieve the png file.

Thanks!http://codecanyon.net/images/smileys/grin.png

Hi DigitalJoe, Thanks for buying my software. Please send me a private email and we can discuss this.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey