Formidable signature pixeled

February 13, 2020 06:52:29
benadam
Topics: 5
Messages: 15
Hi,

I'm trying to fix formidable signature pixelating with this:

// Increase signature quality
add_filter('frm_sig_multiplier', 'change_sig_multiplier', 20, 3);
function change_sig_multiplier($multiplier, $field, $value){
if ( $field->id == 7 ) {
$multiplier = 9;
}
return $multiplier;
}

But it doesn't seem to work.

Do you know any reason that might cause it not working?

(I know it's a formidable support issue, but they want $199 for this question :) and i thought you might have a simple answer from your experience with that...)
February 13, 2020 10:29:28
E2Pdf
Topics: 7
Messages: 3614
Support
Hi,

After testing it on our side we have same issue and it seems not connected with hook as it fires correctly but with code that generates signature. It looks like the only way can be to increase "signature" quality is to use bigger "width" and "height".

We remain at your service.

We would really appreciate your feedback at WordPress.org!
February 13, 2020 10:38:58
benadam
Topics: 5
Messages: 15
Thanks! i tried it and it doesn't seem to make the quality much better...

About what you said - does it mean they have a bug there? (should i report a bug?)
February 13, 2020 10:39:35
benadam
Topics: 5
Messages: 15
Also - do you have your own signature add-on?
Get News and Updates
Our monthly newsletter keeps you in the loop, so you'll always be up to date with the latest news and updates about E2Pdf.
* You can update your email subscription preferences here.
All trademarks, service marks, trade names, product names, and logos appearing on this website are the property of their respective owners. The use of trademarks such as Formidable Forms®, Forminator Forms®, Gravity Forms®, JetFormBuilder®, WordPress®, WooCommerce®, WPForms® and others is solely for identification purposes (nominative use) and does not imply any affiliation, sponsorship, or endorsement by the respective trademark holders.
© 2017 - 2026, https://e2pdf.com

We use cookies to collect and analyse information on site performance and usage, to provide social media features and to enhance and customise content and advertisements. By clicking "Accept Selected", you consent to use of selected cookies according to our Cookie Policy.