Scribble signature

Issues related to forms.
Post Reply
lpug
 
 
Posts: 112
Joined: Thu Apr 05, 2018 10:15 am

Scribble signature

Post by lpug »

Hello,
I'm creating several waiver documents in a form, what is the best way to enable hand signatures so that they can sign it on an ipad etc. If not what are the best alternatives.

Thanks in advance?
User avatar
BaconFries
 
 
Posts: 5933
Joined: Thu Aug 16, 2007 7:32 pm

Re: Scribble signature

Post by BaconFries »

This would require a external/custom script. See the following url.
https://www.jqueryscript.net/tags.php?/Signature%20Pad/
You can use the following to implement.
https://wysiwygwebbuilder.com/add_html.html
Also
https://makitweb.com/capture-signature- ... y-plugins/
lpug
 
 
Posts: 112
Joined: Thu Apr 05, 2018 10:15 am

Re: Scribble signature

Post by lpug »

Thanks appreciate the direction, Ive purchased all the additional addons for webbuilder is there anything there I can use?
User avatar
BaconFries
 
 
Posts: 5933
Joined: Thu Aug 16, 2007 7:32 pm

Re: Scribble signature

Post by BaconFries »

Sorry not that I am aware of. As my previous answer it would need a third party script.
lpug
 
 
Posts: 112
Joined: Thu Apr 05, 2018 10:15 am

Re: Scribble signature

Post by lpug »

Now that I have a script that works independantly how does one incorporate that with the inbuilt form control?
If its not possible what is the link to the inform php form script so that I can use it? and use an online form maker?

Thanks
BaconFries wrote: Sun Jun 05, 2022 2:56 am Sorry not that I am aware of. As my previous answer it would need a third party script.
User avatar
Pablo
 
Posts: 23400
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Scribble signature

Post by Pablo »

If the script work with another form then it will also work with the Web Builder form.
However, I cannot assist you with third party scripts. Because for me it may also take as lot of time to figure out how the script works.
lpug
 
 
Posts: 112
Joined: Thu Apr 05, 2018 10:15 am

Re: Scribble signature

Post by lpug »

Thanks Pablo,

The question I'm asking is if I drop the html element into the form element how do i refer to it so I see it in the output....the question relates to any HTML element. If you can't help can you point me in the right direction...alternatively it should work with the internal php form script which means I can use the external script as is

Thanks
Pablo wrote: Tue Jun 14, 2022 6:00 am If the script work with another form then it will also work with the Web Builder form.
However, I cannot assist you with third party scripts. Because for me it may also take as lot of time to figure out how the script works.
User avatar
Pablo
 
Posts: 23400
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Scribble signature

Post by Pablo »

Normally, when an input element is part of a form, then it will automatically be included.
However, when you use a script then you may need to extra custom code.
This will be different for each script so there is no generic solution for that. You need to read the instructions of the script.
User avatar
wwonderfull
 
 
Posts: 1582
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Scribble signature

Post by wwonderfull »

As I understand signatures after signing becomes attachment like image format like .png .jpg or something so it should be sent like an attachment. I have seen in many bank registrations where they need to upload there already signed signature as jpg or png or other preferred formats. Just like avatar images can be kept in database like so signatures also can be stored in database if the form can direct it to the database.
Post Reply