We are having the same issue on our site. We use this button on every product page as the only spot for users to contact us to purchase, and the button no longer works in our staging site where we have upgraded the plugin. Our production site – where we have NOT updated the plugin – still works fine.
Hi Cautionarybee, i found the solution. there are two solutions. one is change the php version on the previous version from your hosting. and the second is change the plugin to “Quote Button”.
i found this plugin very similar to WooCommerce Quote or Enquiry Contact Form 7.
I have the same problem. Тhe solution for now: I’m back to version 1.8.
To fix the issue I had to replace line 273 of woocommerce-quote-or-enquiry-contact-form-7.php:
wpcf7.initForm(jQuery('.wqoecf-pop-up-box .wpcf7 > form'));
with
jQuery('.wqoecf-pop-up-box .wpcf7 > form').each(function() {
wpcf7.init(jQuery(this)[0]);
});
Thank you lonwi! I just came across this issue on my website today and saw your recent post to fix the issue. That worked for me!
Thanks Ionwi, this solved my issue. I posted your solution in two topics which started after this topic, because it solves those issues too.
Thank you so much Lonwi. Had the same issue with Flatsome theme.
It works perfectly now thanks to you. Cheers!