6040 comments found.
There is a mention for a ‘user manager’ for registration and login’ with a login form interface in your plugin main page. That got me a bit confused. Can I use the form builder without wordpress or wordpress dashboard (because that can be the case if the form builder has its own account management)?
Hello,
Apologies, we don’t have our own user management system; instead, we rely on the core user management provided by WordPress.
Hello,
Is it possible to modify the login form on the wp-admin page with this plugin, or is a different plugin required?
Thanks
Hello,
I’m sorry, full customization isn’t possible, but you can create a login form with various color themes. For more details on this feature, please visit this page.
Let me know if you have further queries.
Thank you.
Hi Guys Is it possible to only display the “Current” score without the Max/Total Score and Percentage on the Admin section under View All Submissions? Thank you
Hello,
How can I prevent the contact form submission from being sent to the user? I only want to receive the form submission email as the admin. I couldn’t find this option in the settings.
Thanks
Hello,
You can disable the user notification through the settings. Please check https://wpquark.com/kb/fsqm/form-submission-related/disable-user-notification-email-eform/
Let me know if you have further queries.
it worked! thank you..
Hi there, eform does not work anymore(critical error hole site) with this: WordPress: 6.6.2, PHP 8.3-latest FPM (8.3.12), MySQL-Client 8.0.38, WP-CLI 2.11.0+1
eform: 4.18.0
Fatal error: Uncaught ValueError: Unknown format specifier ”$” in /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php:246 Stack trace: #0 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(246): sprintf(’...’, ’...’) #1 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/
Hello,
We apologize for the inconvenience. We’ve tested the version combinations you provided, and everything appears to work correctly. Could you please try reinstalling the plugin and check if the issue persists? In the meantime, we’ll also attempt to replicate the issue on our end.
Really weird, I downloaded the plugin several times, reinstalled it, etc., and it didn’t help. Changing the PHP version and so on also didn’t help. Only when I deactivated ALL the plugins and then reactivated everything was I able to use eform again without any issues. Unfortunately, I don’t understand what the cause was. In any case, thanks a lot for your test!
Hi there, the problem appears again. It can only be fixed by deactivated ALL the plugins and then reactivated everything was I able to use eform again without any issues. Then it works for some time, and the error appears again. Look like it come every time again when a new plugin is installed AFTER eForm was activated. Access to the site is not possible then:
#
There has been a critical error on your website. Please check the inbox of your site administrator’s email address for further instructions.
Learn more about troubleshooting in WordPress.
#
until eform is removed via FTP. Only activating the eForm again is not possible after this, as it gives the PHP error I posted before:
#
eform: 4.18.0
Fatal error: Uncaught ValueError: Unknown format specifier ”$” in /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php:246 Stack trace: #0 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(246): sprintf(’...’, ’...’) #1 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/
#
I think there is some problem with eform plugin and the latest PHP version or a Wordpress bug ?
Unfortunately, I keep experiencing the issue that my website crashes and I get a fatal error from WordPress. The problem is clearly caused by E-Form. There is no other solution. The error log clearly states that the issue lies with the cron job of the auto-updater, which means the problem is on your end. Please fix it. The websites simply crash. WordPress shows an error, and the only way to get everything working again is to deactivate all plugins, including E-Form, then activate E-Form first, and after that, reactivate all the other plugins. But that is not a long-term solution.
For example, I now have a website that is completely up to date. I launched it online two months ago, and now it has completely crashed again and doesn’t work anymore. Once again, I have to deactivate and reactivate plugins and so on. This is simply not acceptable. It needs to function correctly. I would appreciate it if you could look into this issue, review your code, and resolve it. Thanks!
#
Fatal error: Uncaught ValueError: Unknown format specifier ”$” in /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php:246 Stack trace: #0 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(246): sprintf(‘Ihr Produkt DAS…’, ‘p678887.mittwal…’) #1 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(210): EForm_AutoUpdate->set_activation_status(‘e0793c72-7348-4…’) #2 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(81): EForm_AutoUpdate->get_activation_status(‘e0793c72-7348-4…’) #3 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(74): EForm_AutoUpdate->__construct() #4 /html/wordpress/wp-content/plugins/wp-fsqm-pro/ipt_fsqm.php(80): EForm_AutoUpdate::instance() #5 /html/wordpress/wp-settings.php(526): include_once(’/html/wordpress…’) #6 /html/wordpress/wp-config.php(121): require_once(’/html/wordpress…’) #7 /html/wordpress/wp-load.php(50): require_once(’/html/wordpress…’) #8 /html/wordpress/wp-blog-header.php(13): require_once(’/html/wordpress…’) #9 /html/wordpress/index.php(17): require(’/html/wordpress…’) #10 {main} thrown in /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php on line 246
#
I’ve tracked down the fatal error to /includes/core/class-eform-autoupdate.php, line 246. The format string in sprintf() uses the invalid placeholder %$s. Under PHP 8 this throws:
ValueError: Unknown format specifier ”$”
Changing %$s to %s (or %1$s) fixes the issue and eForm loads normally on the latest PHP versions.
using this fixes the problem:
$status['error'] = sprintf(
__( 'Your product eForm has already been activated for the site %s. Saving and activating it here will remove the activation from the other site.', 'ipt_fsqm' ),
$json['domain']
);
Does u fix this in new plugin version?
Hello,
Apologies for the inconvenience caused. We are in the process of phasing out the current auto-update server due to frequent attacks. The transition is underway and is expected to be completed within the next couple of weeks.
We will keep you updated on the progress.
Thank you for all your patience.
Hi there, with eform 4.19.1 the same PHP 8 problem is still present! I always have to change the php file by my self.. The Plugin can even not be activated:
Fatal error: Uncaught ValueError: Unknown format specifier ”$” in /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php:246 Stack trace: #0 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(246): sprintf(‘REMOVEDFROMME’) #1 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(210): EForm_AutoUpdate->set_activation_status(’’) #2 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(81): EForm_AutoUpdate->get_activation_status(’’) #3 /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php(74): EForm_AutoUpdate->__construct() #4 /html/wordpress/wp-content/plugins/wp-fsqm-pro/ipt_fsqm.php(80): EForm_AutoUpdate::instance() #5 /html/wordpress/wp-admin/includes/plugin.php(2387): include_once(’/html/wordpress…’) #6 /html/wordpress/wp-admin/plugins.php(194): plugin_sandbox_scrape(‘wp-fsqm-pro/ipt…’) #7 {main} thrown in /html/wordpress/wp-content/plugins/wp-fsqm-pro/includes/core/class-eform-autoupdate.php on line 246
It looks like the German translation does make some problems here ??
I think now the german translation is the problem. Pls check it on your side.
Hello,
Please share your German translation file (.po/.mo). We aren’t seeing any issues on our side. It’s possible that there are some characters in your file that may be causing the problem.
You can share it on mahesh[at]wpquark[dot]com
Hi, I have started more errors since then upgraded. can you pls help
1) Table ‘u444276078_mig22.thnkl_fsq_export’ doesn’t exist] SELECT e.created created, f.name name, e.id id FROM thnkl_fsq_export e LEFT JOIN wp_fsq_form f ON e.form_id = f.id ORDER BY e.id DESC
2)Deprecated: Function print_emoji_styles is deprecated since version 6.4.0! Use wp_enqueue_emoji_styles instead.
Hello,
I apologize for the inconvenience caused. Please re-install the plugin using the following link and let me know if the issue persists.
invalid_parameter: email is not valid in sender header i keep getting this error, eventhough we have triple checked the sender’s email, we have made test mails with the SMTP Mail plugin which get delivered with no problem…. Any ideas?
Hello,
Have you added email headers to the eForm email configuration? If so, please share a screenshot of the header you added in the setting.
Hello,
Quick question: is there an easy way to use eForm to reset wordpress passwords, same way that it’s possible to handle account signups and logins?
Thanks
Hello,
We’re sorry, but this isn’t possible with our plugin, as it relies on the core WordPress user management system.
Thanks boss. I’ll find another solution then.
Another quick question for you: is there a simple way to log in / keep a registrant logged in after they have completed an account registration form?
Ideally the user submits an account reg form, the form redirects to another form after submit, and the user remains logged in so the second form’s Name and Email fields are prepopulated, without having to first redirect the user to a login form right after creating an account.
I feel like this should be easier to accomplish than it is but I maybe it’s the wordpress core that makes this difficult. Let me know if this is possible.
Is Rest api supported ? I need to add/ or modify form via Rest api .
Hello,
Sorry, modifying the form via rest API is not possible although you can manipulate submission further using the APIs. Please check https://wpquark.com/kb/fsqm/fsqm-integration/zapier-custom-url-based-integration-eform/
The paypal payment method no longer works. It redirects correctly to the site but instead of completing the payment it redirects to our site but with a blank page. Has there been any change on the paypal side? Thanks!
Hello,
Please ensure you have completed the Trackback / Submission Confirmation page and User Portal page setup.
Please see – https://wpquark.com/kb/fsqm/fsqm-troubleshooting/paypal-integration-not-working/
Let me know if you have further queries.
Thanks, the wrong trackback page was selected
Hi, STRIPE payment does not work, I have tried 2 different stripe ac api connection, form keep processing for long time and then its says “Payment was not successful. Please click here to retry.” form get submitted by payment does not happen, Please help.
Hello,
I apologize for the delay. Please open up a ticket on the support forum so that we can look into it in detail.
Thank you!
PHP 8 compatability :
Could you add on your roadmap php8 compatibility about not using dynamic property.
Deprecated: Creation of dynamic property IPT_Plugin_UIF_Admin::$text_domain is deprecated in /wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 331
Hello,
We are currently working on the updates, and a revised version will be available in a few months.
Hi, just bought this code yesterday. I need help please, I want a form to take simple stripe payment after filling form fields - name -address - email and next with predefined amount example $10 followed by stipe payment to pay and finish
I dont want user to go to woocommerce checkout further more.
please provide simple solution how to, I need this urgently
Hello,
Please import the form from the following URL and update the Stripe keys in the settings.
https://eform.live/examples/#efl-ex-form-100You can open a ticket on the support form for further assistance.
Thank you!
Hi Thank you very much for your prompt reply, example of the form is working but I do not see body of the form submitted in email.
In email it just shows link to the website submission, please guide how to see full form content in the email itself.
Full form details are visible in the email of the sender but not in the admin email.
Hello,
You would need to enable the option Email Submission to Admin available in the Form Builder > Config > Result and Email > Admin Notification
Let me know if you have further queries.
Thank you!
Thank you so much its a great script, 1 more question does this Gocardless UK api connecttion with multiple selective products?
Hello,
Apologize for the delay. Sorry, we do not have such integration.
Hi, I am getting this error please help: Payment was not successful. Please click here to retry. My stripe ac is connected live correctly. But on submission we get this error for user and on email we see that payment is not successful?
Hello,
Apologize for the delay. Please open up a ticket on the support forum so that we can look into it in detail.
Thank you!
Good day,
I would like to inquire if it’s possible to customize the PDF sent to both the client and admin, so that two questions appear on the same row instead of each having its own. Ideally, each row would be 50% in width, displaying two answers per row.
Thanks
Hello,
Sorry, this isn’t possible without making custom modifications to the core plugin code.
Is there a way that I would be able to do this and where?
Hello,
You can proceed with this if you’re proficient in WordPress plugin customization. Please refer to our plugin API documentation for guidance.
https://wpquark.com/kb/fsqm/fsqm-api/Let me know if you have further queries.
Thank you!
Hello,
I have been using the plugin for several years now without any problems.
However, the ‘Pricing Table’ element does not seem to work. I have done several tests and always get the following Server Side Errors:
TextStatus: error HTTP Error: undefined
Is the problem already known?
I would be pleased to receive an answer. Thank you.
Hello,
We do not have any issue with the Pricing Table. The issue might be happening due to some server-side error due to compatibility issues or lower resources.
To confirm the issue, you would need to check PHP server error log. Please enable WordPress debugging and check if there is any error log generated on your server in the wp-content folder. It will help us to identify the exact issue.
You need to enable the following settings in wp-config.php and check further to see if there is any error log generated while performing the action where you have this issue.
define('WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
Please share the error log if you find anything.
PHP Deprecated: Creation of dynamic property IPT_Plugin_UIF_Admin::$text_domain is deprecated in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 331
PHP Deprecated: Creation of dynamic property IPT_Plugin_UIF_Front::$text_domain is deprecated in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 331
PHP Deprecated: Creation of dynamic property EForm_Material_UI::$text_domain is deprecated in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 331
PHP Deprecated: Creation of dynamic property Puc_v4p13_Plugin_Info::$request_time_elapsed is deprecated in /./wordpress/wp-content/plugins/wp-fsqm-pro/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p13/Metadata.php on line 47
PHP Deprecated: Implicit conversion from float 141.3 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 127.8 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 213.3 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 73.8 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 10.8 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 207.9 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 223.20000000000002 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 88.2 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 97.2 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 217.8 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 54.9 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
PHP Deprecated: Implicit conversion from float 63.9 to int loses precision in /./wordpress/wp-content/plugins/wp-fsqm-pro/includes/ui/class-ipt-plugin-uif-base.php on line 849
Hello,
It doesn’t appear to be a server-side error. Please share the form URL so I can investigate the issue further.
Hello,
Unfortunately, we can’t troubleshoot the issue without access to the form configuration. Is it possible to share the access through our support forum OR please share the form export code through Pastebin.
Hello,
The link you have shared is not accessible. Could you please check it once? Getting the message “Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it.”
Should work now: https://pastebin.com/W5fjKFDe
Hello,
Thank you, Pastebin link is working now.
I checked your form and found a self-referential condition on the element, which is causing the issue. Please adjust the condition, and it should work correctly.
https://pasteboard.co/imeD9dSm5p0M.pngHello,
Thank you for your answer.
Unfortunately, the error message still appears. I have created a simpler form here:
https://pastebin.com/pkMRXd4qI think the error is caused by the element ‘M8 Pricing Table’ itself.
Ok, I see it. Unfortunately it doesn’t work on my server: https://www.heyleute.de/form/pricing-table-test/8/
Hello,
Please verify if the issue isn’t due to cached content. I’ll need your login details to further investigate the problem on your server.
Hello,
I was able to fix the error. After I entered the price with 2 decimal places after the decimal point in the ‘Pricing Table’ element, the error message disappeared.
Thanks for your time!
Great 
Hello,
I would like to purchase the plug-in, but I have a few questions in mind. I will be using it as a donation box, but I would like to know if each box has a place for a background image, title, and description.
Thank you.
Hello,
You can add titles, descriptions and images using the rich text editor available for each element dedicated to it.
Let me know if you have further queries.
Thank you!
Thank you for your answer.
My last question is, is it compatible with PHP 8.3?
Hello, is eForm compatible with WordPress 6.5.5?
Thanks.
Hello,
Yes, it’s compatible with the latest WordPress version. We do not have any known issues.
Thank you.
Hello,
We do not have any known issues with the latest WordPress version 6.6.1.
hi there…trying to figure out the following…
i have 4 words that a user can input in order to reveal some info…how can i add them in one text box all together? do i use contains and in this value add the 4 words?
it doesn’t seem to work though
i renewed my support in order to open a ticket on your website and still it says that my support is expired…when will it change?!!!!!!!!!!!!!!!!!!!!!!!
...please check private ticket #3720587
Hi! There is the possibility to show in a dropdown list a specific category of products present in Wocommerce? I am interested only to show them and give the opportunity to user to choose one of them. Thanks!
I already paid 6 months support, opened a ticked and still not answer, how long it will take for me to get a response?
Still not answer even here. This is the link to the ticket https://wpquark.ticksy.com/ticket/3716078/
I apologize for the delay. I replied on the forum.