I’d like to change the text of the “CLEAR” button. I’d like to use “Neustarten” instead for a German website.
Thanks a lot for your help!
]]>Thank you for providing this great plugin throughout the years.
Not sure if this plugin is still supported (probably not).
Last CF7 version it works with is 5.8.7, from 5.9 on-wards there’s an error when submitting.
As soon as I lift my click to input the signature, it clears automatically. Was working fine with older wordpress updates.
It was a great plugin and worked great for years. Thanks anyways for doing this.
I have been using the signature plugin for over couple of months and it was working as expected
Today I tried to create a copy of the page and the form, and also added some custom css to the form after which I am not able to draw the signature on the signature pad on any other browser instance chrome , edge, on laptop or mobile
Strangely it is working from the browser I use to edit these forms, it is also chrome on the same machine, but a different chrome profile.
I have also update the contact form 7 plugin
Current Version of contact form 7: Version 5.8.4
Current version of Contact Form 7 Signature Addon : 4.2.2
I have removed custom css, tried clearing the cache on the word press, and browser, I have also tried to create a completely fresh page and form but the issue persists.
]]>The signature works fine as a required field on desktop. I’m using this option with PDF Form Filler for mobile users specifically to fill-out the form. When the field is required, it has the Error message come up, but after submitting again it works (on desktop). On mobile, the field isn’t being recognized at all since it won’t send even after adding a signature. When it’s not required the signature also doesn’t show at all, on desktop or mobile. Any help with this?
]]>Hi,
I’m struggling to modify the background color of the canvas, as the signature pad margins are not visible (it’s white on white) or at least to place a border around the canvas.
I’ve tried to put in “Additional CSS” the sequence:
.signature-pad {background-color: #f4f4f4;}
but it is displayed only for a fraction of a second, then it’s back on white.
Could someone help?
Thank you,
]]>Hi,
We are happily using the Contact Form 7 Signature Addon Plugin. This is done on 3 pages of our website.
I noticed it seems to upload on all website pages.
I would like this plugin to load, or possibly even Activate only on three certain pages, which I may identify, for example according to a fetching as below:
global $post;
if ($post->post_type == 'page'){
if ($post->ID == "2808") {
include ...
And, at the same time possibly deactivate or have the plugin, not upload as usual, where that would have mean uploading on all website pages.
I am now reading a possible general explanation on:
https://kinsta.com/blog/disable-wordpress-plugins-loading/
https://developer.www.ads-software.com/plugins/hooks/filters/
May I ask, how could this goal be achieved?
]]>signature image sometime appear and sometimes wont
]]>Hello Sir,
Is this plugin No longer supported?
It was last updated 3 years ago.
Have you stopped its development? And don’t plan to keep on supporting it?
Needing to hear from you soon.
Regards
Hi
Both plugins: CF7 and CF7 Condition fields, have simple methods to only have the js and css of those load on pages, where it is actually needed.
How do we do this for the Signature plugin?
Here’s my php (implemented with Snippets plugin), which handles the other two plugins:
// disable cf7 scripts and styles globally
add_filter( 'wpcf7_load_js', '__return_false' );
add_filter( 'wpcf7_load_css', '__return_false' );
// disable disable cf7 conditional fields scripts and styles globally
add_filter( 'wpcf7cf_load_js', '__return_false' );
add_filter( 'wpcf7cf_load_css', '__return_false' );
// load cf7 on specific pages
add_action('wp_enqueue_scripts', 'load_wpcf7_scripts');
function load_wpcf7_scripts() {
if ( is_page( array( 'book-now', 'indemnity', 'contact-us') ) ) {
if ( function_exists( 'wpcf7_enqueue_scripts' ) ) {
wpcf7_enqueue_scripts();
}
if ( function_exists( 'wpcf7_enqueue_styles' ) ) {
wpcf7_enqueue_styles();
}
}
}
// load cf7 conditional fields on specific pages
add_action('wp_enqueue_scripts', 'load_wpcf7cf_scripts');
function load_wpcf7cf_scripts() {
if ( is_page( array( 'indemnity') ) ) {
if ( function_exists( 'wpcf7cf_enqueue_scripts' ) ) {
wpcf7cf_enqueue_scripts();
}
if ( function_exists( 'wpcf7cf_enqueue_styles' ) ) {
wpcf7cf_enqueue_styles();
}
}
}
]]>
I noticed that following the latest updates the clear button works correctly on desktop, instead it has problems on mobile devices where the signature remains imprinted even after clicking the button. Does anyone have the same problem or know how to fix it. thanks in advance
]]>Hi
Because nobody seems to support this lovely plugin anymore i hope somebody else can help me.
I want to change the file permission rights for the uploaded signature files. For the folder i can set it to 7-x-x that no problem – but how can i set the rights for the new uploaded images to 7-x-x ?
Best regards
Alex
In case this helps anyone, if you see a random symbol instead of a signature in the email, it could be because you are preventing hotlinking of images, for example in Cloudflare settings. If you right click on the symbol, grab the link and paste it into a new window, it will appear. For future emails, you can make a link instead:
<a href="[signature-confirm]">signature link</a>
Not seeing any activity here in support and the wp says This plugin hasn’t been tested with the latest 3 major releases of WordPress.
Come on devs this plugin is great but please maintain it!
]]>The background image does not appear when the user clicks the clear button (but can sign and send), so it is a white background under the signature in the email. What can I do to keep the background image intact when the user clicks the clear button?
]]>I cannot set this signature box to 100% width. I’ve tried the css recommended but it doesn’t change it. I would like it to appear at 100% on all devices – at the moment I’ve set it to 500px in the actual contact form since it was really too small but it’s not responsive at all.
]]>Hi there,
Is it possible to have a clear button on the canvas for the signature if the user has drawn their signature incorrectly and wants to re-draw their signature?
Thanks,
Ben.
]]>I used the plugin for signature in one my forms, made that signature field mandatory. when clicking on submit button without signature, it is showing an orange bordered box without any information in it as by default it show as ‘One or more fields have error. Please check and try again’, but it is not showing. Also it should show red cross mark over the signature filed when it is not filled, even that is not working.
Kindly help with the above issues.
]]>I have used the plugin for one of my project, it sends image of the signature properly when gmail is used, but while using any other kind of email it doesn’t shows the image of the signature.
Kindly help.
Hello everyone, unfortunately the signature does not arrive in the email.
]]>Hello Plugin Owner,
I am getting messages from my security plugin that this plugin has been abandoned. On the plugins home page it is saying “This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.“.
I am really happy with your plugin and don’t really want to have to look for another. Might you bring it up to date please?
Thanks,
James
]]>I have been working on building a new site for a few months now and am, literally, about 24 hours from finishing. I tried to install a plugin called “Contact Form 7 Signature Add-on” and everything crashed. Everything was fine prior to that so I know it was the cause. Problem is that now I cannot access anything to try and deactivate said plugin or anything else for that matter. To complicate things, I have my site visibility set to private because I wasn’t ready to launch.
I’m including the error message to see if anyone could PLEASE give me some direction. For the record the site is still okay from what I can see on the front end — I just cannot access anything at all as an admin.
Thank You!
***********************
This is the warning message being thrown. I cannot get beyond it to deactivate and remove the plugin.
Warning: Use of undefined constant WPCF7_VERSION – assumed ‘WPCF7_VERSION’ (this will throw an Error in a future version of PHP) in /home/customer/www/healingriv.com/public_html/wp-content/plugins/contact-form-7-signature-addon/admin/class-wpcf7-signature-admin.php on line 215
Fatal error: Uncaught Error: Class ‘WPCF7_ContactForm’ not found in /home/customer/www/healingriv.com/public_html/wp-content/plugins/contact-form-7-signature-addon/admin/class-wpcf7-signature-admin.php:220 Stack trace: #0 /home/customer/www/healingriv.com/public_html/wp-includes/class-wp-hook.php(292): Wpcf7_Signature_Admin->remove_v3_js_callback(‘4.2.2’, ‘0’) #1 /home/customer/www/healingriv.com/public_html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(”, Array) #2 /home/customer/www/healingriv.com/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #3 /home/customer/www/healingriv.com/public_html/wp-content/plugins/contact-form-7-signature-addon/includes/class-wpcf7-signature.php(294): do_action(‘wpcf7_signature…’, ‘4.2.2’, ‘0’) #4 /home/customer/www/healingriv.com/public_html/wp-includes/class-wp-hook.php(292): Wpcf7_Signature->wpcf7_signature_upgrade(”) #5 /home/customer/www/healingriv.com/public_html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array) #6 /home/custo in /home/customer/www/healingriv.com/public_html/wp-content/plugins/contact-form-7-signature-addon/admin/class-wpcf7-signature-admin.php on line 220
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Note: The instructions didn’t resolve the issue. They referred to a “recovery mode” login which didn’t work.
WordPress version 5.7.2
Current theme: Bard (version 1.91)
Current plugin: Contact Form 7 Signature Addon (version 4.2.2)
PHP version 7.4.21
**********************
]]>I installed the signature extension for Contact 7 and followed the steps, but the signature image is not attached to the Email that is sent.
Code in Contact-7:
[signature signature-333 class:signature cols:450 rows:150 attachment]
Code in Email, in the “Attachments” box:
[signature-333]
The “Send Email as HTML” checkbox is checked.
Thanks for your help!
Marty
]]>I am reposting this here so that this issue can hopefully get some fresh eyes. This is related to the older post regarding having to hit Submit twice before the mail submission will go through. Are there any fixes to this problem that don’t involve downgrading?
]]>Hi,
I use Contact Form 7 with Signature Addon and Send PDF.
The pdf is sent but instead of the signature I have a red cross.
Can someone help please?
Thanks
]]>I need to change the colour of the word (required) in red, which is placed above of every compulsory label of my contact form 7. Is there any any CSS code for changing specific words and not all the fonts of form? I checked everywhere but I have not found nothing. I only found codes about changing asterisk colour.
Thank you in advance
]]>when the signature field is on (required) status, then I need to click submit twice in order for the form to be sent to my email (with the signature inside). The first time of click the submission button appears an orange empty line below submit button for some reason. On the other hand when the (required) filled of the signature is deselected, the form can be send from the first submission click but the signature image is not sent. The email is coming only with the rest data of form without the signature.
Any help please?
]]>signature field in contact form 7, when submit, it is not sent in 1st ajax call, the fields in form post are empty
signature-364:
signature-364-attachment:
signature-364-inline
this happens starting from version “Version 4.2.1”
but it work well on “Version 4.2”
currently if form is submitted twice due to empty required field in the first form submission, the signature is sent in form post with the 2nd submit click.
I sent you above my debugging result for the problem, hope you get it fixed, thanks alot
]]>I add two signature in the form, but when I clicked send, an error occurred. And the error message is not displayed.
Form with 1 signature field works well.
Is there anyone know how to fix it?
The background image does not appear when the user clicks the clear button (but can sign and send), so it is a white background under the signature in the email. What can I do to keep the background image intact when the user clicks the clear button?
]]>