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?
Scribble signature
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
- BaconFries
-
- Posts: 5933
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Scribble signature
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/
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
Thanks appreciate the direction, Ive purchased all the additional addons for webbuilder is there anything there I can use?
- BaconFries
-
- Posts: 5933
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Scribble signature
Sorry not that I am aware of. As my previous answer it would need a third party script.
Re: Scribble signature
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
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
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.
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
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
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
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.
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.
- wwonderfull
-
- Posts: 1582
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Scribble signature
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.