Page 1 of 1

Scribble signature

Posted: Fri Jun 03, 2022 12:52 am
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?

Re: Scribble signature

Posted: Fri Jun 03, 2022 1:19 am
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/

Re: Scribble signature

Posted: Sun Jun 05, 2022 2:07 am
by lpug
Thanks appreciate the direction, Ive purchased all the additional addons for webbuilder is there anything there I can use?

Re: Scribble signature

Posted: Sun Jun 05, 2022 2:56 am
by BaconFries
Sorry not that I am aware of. As my previous answer it would need a third party script.

Re: Scribble signature

Posted: Tue Jun 14, 2022 4:00 am
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.

Re: Scribble signature

Posted: Tue Jun 14, 2022 6:00 am
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.

Re: Scribble signature

Posted: Tue Jun 14, 2022 7:36 am
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.

Re: Scribble signature

Posted: Tue Jun 14, 2022 8:00 am
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.

Re: Scribble signature

Posted: Tue Jun 14, 2022 8:04 am
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.